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
It would be nice to add some information in the Readme about populate for users not aware that they need to use populate to fetch nested collections (see #506)
The text was updated successfully, but these errors were encountered:
Does this entriesQuery populate config also work for dynamic zone components in Strapi so you can search across text content inside dynamic zone components?
Ok, so as long as the configuration is valid then Strapi will return the content for a dynamic zone.
However it sounds like strapi-plugin-meilisearch currently hasn't been tested with dynamic zone components so there could be an issue or it may just work if the data is in the same format as a repeatable component.
Using the
entriesQuery
parameter, you can add a field namedpopulate
that helps you fetch nested collection.See example
strapi-plugin-meilisearch/resources/entries-query/populate.js
Lines 1 to 11 in 85ca7d3
See doc in Strapi on how populate works.
It would be nice to add some information in the Readme about
populate
for users not aware that they need to usepopulate
to fetch nested collections (see #506)The text was updated successfully, but these errors were encountered: