Skip to content

Commit 6d17a0a

Browse files
committed
fix populateEntryRule
1 parent fc77153 commit 6d17a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/services/meilisearch/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module.exports = ({ strapi }) => {
4747
const collection = contentTypeService.getCollectionName({ contentType })
4848
const contentTypeConfig = meilisearchConfig[collection] || {}
4949

50-
return contentTypeConfig.populate || '*'
50+
return contentTypeConfig.populateEntryRule || '*'
5151
},
5252

5353
/**

0 commit comments

Comments
 (0)