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

Bumps [meilisearch](https://github.com/meilisearch/meilisearch-js) from 0.36.0 to 0.37.0. Release notes Sourced from meilisearch's releases. v0.37.0 🌻 This version introduces features released on Meilisearch v1.6.0 :tada: Check out the changelog of Meilisearch v1.6.0...

skip-changelog
dependencies

Bumps @strapi/ui-primitives from 1.13.2 to 1.15.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@strapi/ui-primitives&package-manager=npm_and_yarn&previous-version=1.13.2&new-version=1.15.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

skip-changelog
dependencies

Bumps [@strapi/utils](https://github.com/strapi/strapi) from 4.16.2 to 4.20.3. Release notes Sourced from @​strapi/utils's releases. v4.20.3 🔥 Bug fix [core:data-transfer] fix: transfer pull getting stuck/skipping assets step (strapi/strapi#19485) @​Bassel17 [core:upload] Add sizeInBytes for...

skip-changelog
dependencies

Bumps [@strapi/plugin-users-permissions](https://github.com/strapi/strapi) from 4.16.2 to 4.20.3. Release notes Sourced from @​strapi/plugin-users-permissions's releases. v4.20.3 🔥 Bug fix [core:data-transfer] fix: transfer pull getting stuck/skipping assets step (strapi/strapi#19485) @​Bassel17 [core:upload] Add sizeInBytes for...

skip-changelog
dependencies

Bumps [@strapi/strapi](https://github.com/strapi/strapi) from 4.14.4 to 4.20.3. Release notes Sourced from @​strapi/strapi's releases. v4.20.3 🔥 Bug fix [core:data-transfer] fix: transfer pull getting stuck/skipping assets step (strapi/strapi#19485) @​Bassel17 [core:upload] Add sizeInBytes for...

skip-changelog
dependencies

**Description** it would be very preferable to not show the meilisearch options in the side navigation if the user does not have access to modify the plugins settings. Is it...

See #611 Currently when you update multiple entries, it trigger the `afterUpdateMany` lifecycle. https://github.com/meilisearch/strapi-plugin-meilisearch/blob/f322bec2a5cc15ad1e7f2183ad31d49122607ef1/server/services/lifecycle/lifecycle.js#L75 This lifecycle uses https://github.com/meilisearch/strapi-plugin-meilisearch/blob/f322bec2a5cc15ad1e7f2183ad31d49122607ef1/server/services/meilisearch/connector.js#L111 to update the entries in Meilisearch. To ensure the entry should be...

enhancement

**Description** Check this image: User say 3626 / 4 where number of entries should be 3626 ![Selection_832](https://github.com/meilisearch/strapi-plugin-meilisearch/assets/4543889/e9dce9e2-8ba0-4c35-acc3-df0a61f3da09) I tried to find the source of the issue without any luck **Environment...

**Description** The content of deleted relations that are being used as `searchableAttributes` are still kept in the index. Assume the following model (simplified): ```js Department = { title: text }...

needs investigation

**Description** My strapi is running in the server with PM2. The reload server button that appear when a content-type is in status "realoaded needed" do not restart the pm2 app....