We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23af964 commit 9951504Copy full SHA for 9951504
data-resolver/index.ts
@@ -9,7 +9,7 @@ const getBlogCategories = async ({
9
onlyActive = true,
10
size = 4000,
11
start = 0,
12
- sort = 'publish_date:desc',
+ sort = null,
13
includeFields = config.entities.optimize ? get(config, 'entities.blog_category.includeFields', null) : null,
14
excludeFields = config.entities.optimize ? get(config, 'entities.blog_category.excludeFields', null) : null
15
}: BlogCategorySearchOptions) => {
0 commit comments