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

# Pull Request ## What does this PR do? Fixes # 263 https://github.com/meilisearch/strapi-plugin-meilisearch/issues/263 ## PR checklist Please check if your PR fulfills the following requirements: - [X] Does this PR...

Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.0.10 to 5.0.11. Release notes Sourced from sqlite3's releases. v5.0.11 What's Changed Restored compatibility for Alpine 3.15 by @​daniellockyer in TryGhost/node-sqlite3#1626 Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.0.10...v5.0.11 Commits 61194ec v5.0.11...

skip-changelog
dependencies

### Discussed in https://github.com/meilisearch/meilisearch/discussions/2388 Originally posted by **pedrogaudencio** May 11, 2022 Hi there! I’m having an issue when I update a collection-type entry that is nested inside a component/single type/collection....

enhancement

Currently we only maintain the version of this plugin that is compatible with Strapi v4. Nonetheless, a lot of users are still using [the plugin in a Strapi v3](https://github.com/strapi/strapi/tree/v3.6.9) environment....

enhancement

**Description** Unpublishing a content type entry via the official Draft/Publish plugin causes an inconsistent behavior with the Meilisearch plugin. Unpublishing does not remove the entry from the index, unless the...

enhancement
needs investigation

**Description** The plugin should support the new Internationalization feature introduced in strapi 3.6. Right now, it seems like only the default locale's results are being indexed. **Basic example** In my...

enhancement

Node version compatibilities should be changed in the tests and the readme. See [related issue](https://github.com/meilisearch/integration-guides/issues/196). ### Previous ensured compatibilities: - Node 12 - Node 13 - Node 14 ### New...

good first issue
maintenance

There is apparently a possibility to disable or destroy the plugin at runtime. I couldn't find in a short term how to do this but the visual component already exists:...

enhancement

**Description** Strapi has not a lot of ways to add documents in batches. Most ways to achieve entry addition is one by one. While it is not a problem with...

enhancement

v4 plugin compatibility does not make a cypress e2e tests. This means that it will not be trying out its compatibility with every new version of meilisearch-js.

enhancement