3.3.0
May 14th, 2024
What's Changed
- Community Health Files by @duncanmcclean in https://github.com/statamic-rad-pack/meilisearch/pull/34
- Add Statamic 5 support by @godismyjudge95 in https://github.com/statamic-rad-pack/meilisearch/pull/38
New Contributors
- @godismyjudge95 made their first contribution in https://github.com/statamic-rad-pack/meilisearch/pull/38
Full Changelog: https://github.com/statamic-rad-pack/meilisearch/compare/v3.2.1...v3.3.0
3.2.1
December 18th, 2023
What's Changed
- Fixed inserting single documents by @naabster in https://github.com/statamic-rad-pack/meilisearch/pull/33
New Contributors
- @naabster made their first contribution in https://github.com/statamic-rad-pack/meilisearch/pull/33
Full Changelog: https://github.com/statamic-rad-pack/meilisearch/compare/v3.2.0...v3.2.1
3.2.0
December 14th, 2023
What's Changed
- Use lazy indexing/updating for performance and reduced memory usage by @ryanmitchell in https://github.com/statamic-rad-pack/meilisearch/pull/31
Full Changelog: https://github.com/statamic-rad-pack/meilisearch/compare/v3.1.0...v3.2.0
3.0.3
November 2nd, 2023
3.0.2
October 17th, 2023
What's new
- You can now use
maxTotalHits
andhitsPerPage
options when configuring indexes #24 by @ryanmitchell
3.0.0
October 16th, 2023
The meilisearch addon is now part of The Rad Pack. As part of this, please run the following commands when upgrading:
composer remove elvenstar/statamic-meilisearch
composer require statamic-rad-pack/meilisearch
What's new
What's fixed
- Use getSearchReference method instead of reference #18 by @duncanmcclean
- The
Searchable
interface is now used in place of concrete implementations #19 by @j6s
Breaking changes
- This addon only supports Statamic 4 now
- The package name has changed to
statamic-rad-pack/meilisearch