We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc77153 commit 6d17a0aCopy full SHA for 6d17a0a
server/services/meilisearch/config.js
@@ -47,7 +47,7 @@ module.exports = ({ strapi }) => {
47
const collection = contentTypeService.getCollectionName({ contentType })
48
const contentTypeConfig = meilisearchConfig[collection] || {}
49
50
- return contentTypeConfig.populate || '*'
+ return contentTypeConfig.populateEntryRule || '*'
51
},
52
53
/**
0 commit comments