gatsby-plugin-meilisearch

A plugin to index your Gatsby content to Meilisearch based on graphQL queries

MIT License

Downloads
1.7K
Stars
40
Committers
9

Bot releases are visible (Hide)

gatsby-plugin-meilisearch - v0.3.1 🌻 Latest Release

Published by meili-bot almost 2 years ago

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.

Thanks again to @bidoubiwa! 🎉

gatsby-plugin-meilisearch - v0.3.0 🌻

Published by meili-bot almost 2 years ago

⚠️ Breaking changes

  • Make document addition asynchronous and improve report on it (#195) @bidoubiwa

Previously, when the plugin fetched the documents and sent it to Meilisearch, it was waiting for all documents to be indexed in Meilisearch before finishing its process. This led to both a slow down in your app build, but also possible timeout when to many documents had to be indexed.

With this new version, the plugin sends document addition requests to Meilisearch but does not wait for the indexation to be done. This means that after your build is done, all your documents may not be already available in your Meilisearch instance. Since the indexation process might still be ongoing.

By looking at the logs, the tasks uids of the document addition are provided and lets your track them using the tasks API of Meilisearch.

Thanks again to @bidoubiwa, @dadolhay and @denke8! 🎉

gatsby-plugin-meilisearch - v0.2.1 🌻

Published by meili-bot about 2 years ago

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 @bidoubiwa, @brunoocasali! 🎉

gatsby-plugin-meilisearch - v0.2.0 🌻

Published by meili-bot over 2 years ago

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 gatsby client agent to meilisearch-js #147

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 ! 🎉

gatsby-plugin-meilisearch - v0.1.2 🌻

Published by meili-bot over 2 years ago

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

Thanks again to @bidoubiwa! 🎉

gatsby-plugin-meilisearch - v0.1.1 🌻

Published by meili-bot over 2 years ago

This version makes this package compatible with Meilisearch v0.25 up to v0.26.0 🎉
Check out the changelog of MeiliSearch v0.26.0 for more information about the ⚠️ breaking changes about the flag and dump new behavior.

Thanks again to @bidoubiwa, @curquiza! 🎉

gatsby-plugin-meilisearch - v0.1.0 🟢

Published by meili-bot over 2 years ago

Hello 👋 This is the first iteration of the Gatsby plugin. We are eager to hear about your experience!

🚀 Enhancements

  • Implemented adding to index in batches (#54) @TommasoAmici
  • Add error code to error message returned by meilisearch (#78) @mdubus
  • Add skipindexing option (#82) @mdubus
  • Add meilisearch settings to plugin options (#84) @mdubus
  • Allow multi indexing (#85) @mdubus
  • Delete and recreate index if it already exists (#87) @mdubus

Thanks again to @TommasoAmici, @bidoubiwa, @curquiza, @mdubus ! 🎉