meilisearch / strapi-plugin-meilisearch

A strapi plugin to add your collections to Meilisearch
https://meilisearch.com
MIT License
223 stars 58 forks source link

deleteMany does not remove the items from meilisearch #817

Open matepaiva opened 1 year ago

matepaiva commented 1 year ago

Description Strapi offers support to deleteMany, but the plugin does not remove the items from meilisearch.

Expected behavior The number of items at strapi and at meilisearch should be the same

Environment (please complete the following information):

bidoubiwa commented 1 year ago

Hey @matepaiva, did it used to work with previous versions of strapi?

matepaiva commented 1 year ago

I am not sure but I believe it never worked, because the latest version of meilisearch is almost 0.5 year old and I believe that bulkDelete is a more recent feature.