Releases: meilisearch/meilisearch-js-plugins
v0.6.0-beta.0
This package version is compatible with MeiliSearch v0.25.0.rc3 🎉
v0.5.11-beta.0
This package version is compatible with MeiliSearch v0.25.0.rc3 🎉
v0.5.10 🔗
This package version is compatible with MeiliSearch v0.24.0 🎉
🐛 Bug Fixes
- Fix error on non array/object/string being highlighted (#598) @bidoubiwa
- Fix snippeting ellipsis being added when not needed (#605) @bidoubiwa
Thanks again to @CaroFG, @bidoubiwa, ! 🎉
v0.5.9 🔗
Changes
- Fix pagination not showing the right amount of pages (#575) @bidoubiwa
- Fix: remove newline from highlight objects (#576) @bidoubiwa
Thanks again to @bidoubiwa ! 🎉
v0.5.8 🔗
v0.5.7 🔗
Changes
- Support * in attributesToSnippet (#552) @daniel-shuy
- Add geosearch widget compatibility (#543) @bidoubiwa
- Fix ignored paginationTotalHits (#565) @bidoubiwa
To implement the geo-search widget please refer to this documentation
Thanks again to @bidoubiwa, @daniel-shuy, and @saintmalik! 🎉
v0.5.6 🔗
Changes
- Add cache system (#533) @bidoubiwa
- [Security] Bump ansi-regex from 5.0.0 to 5.0.1 (#545)
Cache System
When performing a search, instant-meilisearch
used to re-request search results to the MeiliSearch instance every time. These HTTP requests are unnecessary in the case a user is performing a search with the exact same parameter as a previous search.
Now, when the same search is performed, the response is resolved through the cache system which holds all previous search responses.
The cache is renewed when reloading the webpage or by rerunning the script.
Thanks again to @bidoubiwa, @curquiza! 🎉
v0.5.5 🔗
Changes
- Add compatibility with instantsearch types (#530) @bidoubiwa
- fix highlight on non arrays (#531) @bidoubiwa
Thanks again to @bidoubiwa ! 🎉
v0.5.4 🔗
v0.5.3 🔗
This package version is compatible with MeiliSearch v0.22.0 🎉
Changes
- Add sort by widget compatibility (#514) @bidoubiwa
Thanks again to @bidoubiwa, @curquiza, ! 🎉