You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -350,11 +350,11 @@ module.exports = {
350
350
351
351
[See resources](./resources/meilisearch-settings) for more settings examples.
352
352
353
-
#### 👥 Populate
353
+
#### 👥 Populate entry rule
354
354
355
355
Content-types in Strapi may have relationships with other content-types. To ensure that these links are fetched and added to an entry correctly from your Strapi database, the correct populate rule must be provided ([see documentation](https://docs-next.strapi.io/developer-docs/latest/developer-resources/database-apis-reference/entity-service/populate.html#basic-populating)).
356
356
357
-
To communicate the populate rule, use the `populate` setting on the according content-type in the plugin's settings.
357
+
To communicate the populate rule, use the `populateEntryRule` setting on the according content-type in the plugin's settings.
0 commit comments