strapi-plugin-meilisearch icon indicating copy to clipboard operation
strapi-plugin-meilisearch copied to clipboard

A strapi plugin to add your collections to Meilisearch

Results 55 strapi-plugin-meilisearch issues
Sort by recently updated
recently updated
newest added

**Description** Not sure if it is a new feature request or a bug but: Possibility to use a content-type in multiple indexes Currently it is possible to create custom indexes...

enhancement

**Description** I have connected Strapi with Meilisearch official plugin. I am testing in the Meilisearch Mini Dashboard. My Strapi "Product" content type appears in the search results. However for its...

enhancement

How can i override services of this plugin? I tried wit "strapi-server.ts" on "extensions/meilisearch/strapi-server.ts" ``` module.exports = (plugin) => { plugin.services['meilisearch'].addCollectionNamePrefix = () => { console.log('asd'); }; return plugin; };...

enhancement

**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...

bug

As presented here https://github.com/meilisearch/integration-guides/issues/223 this library could leverage the indexSwap feature from Meilisearch `>= v0.30`.

enhancement
good first issue

Using the [`entriesQuery`](https://github.com/meilisearch/strapi-plugin-meilisearch#-entries-query) parameter, you can add a field named `populate` that helps you fetch nested collection. See example https://github.com/meilisearch/strapi-plugin-meilisearch/blob/85ca7d349e37ba887dcdb8c7343a26b805d1d645/resources/entries-query/populate.js#L1-L11 See doc in Strapi on how [populate](https://docs.strapi.io/developer-docs/latest/developer-resources/database-apis-reference/entity-service/populate.html#basic-populating) works. It would...

documentation
good first issue

Hey guys, is there a way to auto index a collection-type after the docker container restarts. So if I turn on indexing within my Strapi backend and do a docker...

enhancement

Hi everyone! I use from documentation https://docs.meilisearch.com/learn/getting_started/quick_start.html#search function .search and get all documents needed, but problem is - need to filter / choose language before search phrases/word. At the moment...

enhancement

**Description** I run Meilisearch and Strapi in a kubernetes environment. When Meilisearch and Strapi are running I can select the collections to index and everything is passed to Meilisearch and...

enhancement

**Description** I am importing data in Strapi to a postgresql database, and when entities are transferring I get a couple of these errors: `Meilisearch could not add entry with id:...