Skip to content

Releases: meilisearch/strapi-plugin-meilisearch

v0.9.1 🚀

04 Jan 17:07
5d3622e

Choose a tag to compare

⚠️ Breaking changes

🐛 Bug Fixes

Thanks again to @Pablo-Aldana, @aloulouamine, @bidoubiwa ! 🎉

v0.8.2 🚀

29 Nov 14:56
e07133e

Choose a tag to compare

🐛 Bug Fixes

  • fix: issue causing TypeError: Cannot read properties of null (reading… (#597) @Kazdan1994

Thanks again to @Kazdan1994, @bidoubiwa and @meili-bors[bot]! 🎉

v0.8.1 🚀

28 Nov 16:44
d112a45

Choose a tag to compare

This version makes this package compatible with Meilisearch v0.30.0 🎉
Check out the changelog of Meilisearch v0.30.0 for more information on the changes.

🐛 Bug Fixes

Thanks again to @MarekBodinger, @MarekBodingerBA, @bidoubiwa, @brunoocasali, @lodisy, @meili-bors[bot] ! 🎉

v0.6.0-strapi-v3.0 🚀

26 Oct 15:11
8c75f7d

Choose a tag to compare

Plugin version compatible with strapi-v3

The plugin version compatible with strapi v3 is now compatible with Meilisearch v0.29.1 🎉
Check out the changelog of Meilisearch v0.29.0 for more information on the changes.

to update:

npm update strapi-plugin-meilisearch@strapi_v3
# or 
yarn upgrade strapi-plugin-meilisearch@strapi_v3

Thanks again to @bidoubiwa! 🎉

v0.8.0 🚀

12 Oct 14:02
041e12b

Choose a tag to compare

⚠️ Breaking changes

Removal of populateEntryRule

The setting populateEntryRule in the plugin configuration is removed in favor of populate in entriesQuery (see next session).

Before:

{
  restaurant: { populateEntryRule: [] }
}

After:

{
  restaurant: { entriesQuery: { populate: [] }}
}

New plugin configuration: entriesQuery

It is possible with entriesQuery to define how your data will be fetched from your database. Here are the available options (plus locale from the internalization plugin).
See this readme section for further information.

Example

In plugin.js

module.exports = {
  meilisearch: {
    config: {
      restaurant: {
        entriesQuery: {
          limit: 1000, // batch size
          locale: 'all', // retrieve all languages
          ...
        }
      }
    }
  },
}

Thanks again to @bidoubiwa, and @meili-bors[bot]! 🎉

v0.7.3 🚀

06 Oct 10:41
8156567

Choose a tag to compare

🐛 Bug Fixes

Thanks again to @bidoubiwa! 🎉

v0.7.2 🚀

03 Oct 16:48
7f18389

Choose a tag to compare

This version makes this package compatible with Meilisearch v0.29.0 🎉
Check out the changelog of Meilisearch v0.29.0 for more information on the changes.

Thanks again to @LiquidITGuy, @bidoubiwa, @brunoocasali and @romitkarmakar! 🎉

v0.7.1 🚀

26 Jul 20:07
f6cb707

Choose a tag to compare

🐛 Bug Fixes

Thanks again to @bidoubiwa, @meili-bors[bot] and @oluademola! 🎉

v0.7.0 🚀

12 Jul 13:14
e5fcf99

Choose a tag to compare

This version makes this package compatible with Meilisearch v0.28.0 🎉
Check out the changelog of Meilisearch v0.28.0 for more information on the changes.

💥 Breaking changes

🚀 Enhancements

  • Pass strapi client agent to meilisearch-js #455

Analytics is enabled by default in the server, but you can disable them by following this guide
Also, of course, every analytics data we collect are ANONYMOUS read the guide for more information.

Thanks again to @bidoubiwa ! 🎉

v0.6.6 🚀

06 Jun 16:42
2b30b98

Choose a tag to compare

🐛 Bug Fixes

Thanks again to @kimiiz55! 🎉