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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -352,7 +352,7 @@ module.exports = {
352
352
353
353
#### 👥 Populate entry rule
354
354
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)).
355
+
Content-types in Strapi may have relationships with other content-types (ex: `restaurant` can have a many-to-many relation with `category`). 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
357
To communicate the populate rule, use the `populateEntryRule` setting on the according content-type in the plugin's settings.
358
358
@@ -374,7 +374,7 @@ module.exports = {
374
374
}
375
375
```
376
376
377
-
by provinding this, the following is indexed in Meilisearch:
377
+
by providing this, the following is indexed in Meilisearch:
0 commit comments