Pedro Gaudêncio
Pedro Gaudêncio
@oluademola I'm guessing along with the collection type update there could be a way to specify rules for `populate` including _various component or relation fields by passing an array of...
Thanks for the follow up. > A possible solution would be to create a setting `childOf` or `relationshipWith` which on a trigger (afterUpdate, afterCreate, ...) will make a call to...
Those suggestions all seem very interesting. Do you know if there's already something in place? ``` await meilisearch .updateEntriesInMeilisearch({ contentType: "author", entries: [authors], }) ``` This was kinda what I...