cvermand

Results 370 comments of cvermand

> Should I pass an ids array in the results along with count? That is a good idea, since the user could potentially add a very big amount of documents...

If I remember correctly @irevoire received multiple feedbacks from acquaintances that the gif from the readme should go with a link to the demo of the same dataset so that...

To reproduce, you should add this as setting: ``` { "searchableAttributes": [ "title", "description" ], "filterableAttributes": [ "genres" ] } ```

@curquiza Is this not fixed with this meilisearch/milli/pull/293 ?

@oluademola > Meilisearch plugin does not update the Author entry inside the nested fields in the Article document. Unfortunately we are bound to [the triggers of Strapi](https://docs-next.strapi.io/developer-docs/latest/development/backend-customization/models.html#available-lifecycle-events) to update documents....

Another possibility which may open more possibilities is to add the hooks as a setting. We could add the following as settings: - `afterCreate` - `afterUpdate` - `afterDelete` Which would...

I think you can have access to `transformEntry` by using the strapi API like this: ```js strapi.config.get('plugin.meilisearch') ```

Add linting of cypress see [strapi](https://github.com/meilisearch/strapi-plugin-meilisearch/blob/main/.eslintrc.js)

> Editor and Author don't have permissions to configure MeiliSearch, but they still see the menu option. Clicking on it will redirect you to the login page due to the...

Hey @Tocas97 You are absolutely right. I forgot to add a listener to the `unpublish` action. Let me add that to the important features to add