halo/console/console-src/modules/contents/posts/categories
guqing 3f27f6f262
refactor: using indexes to query post lists (#5230)
#### What type of PR is this?
/kind feature
/area core
/area console
/milestone 2.12.x

#### What this PR does / why we need it:
使用索引功能来查询文章列表

how to test it?
1. 测试文章列表的筛选条件是否正确
2. 测试文章列表中关联的标签和分类信息是否正确
3. 测试仪表盘的文章数量统计是否正确
4. 测试分类关联文章的数量是否正确
5. 测试标签关联文章的文章是否正确
6. 测试主题端文章列表是否正确

#### Which issue(s) this PR fixes:
Fixes #5223

#### Does this PR introduce a user-facing change?
```release-note
使用高级索引功能检索文章以显著降低资源消耗并提供更快、更高效的文章检索体验
```
2024-01-25 12:17:12 +08:00
..
components chore: use lodash-es instead of lodash (#5125) 2023-12-28 09:13:38 +00:00
composables refactor: using indexes to query post lists (#5230) 2024-01-25 12:17:12 +08:00
utils chore: use lodash-es instead of lodash (#5125) 2023-12-28 09:13:38 +00:00
CategoryList.vue refactor: improve project structure for user center feature (#4839) 2023-11-09 06:56:06 +00:00