stable
Clone or download
Read-only
Closes request #30751: Meilisearch: 0.30.5 -> 1.0.0
Release announcement: https://blog.meilisearch.com/v1-enterprise-ready-stable/ Changelog: https://github.com/meilisearch/meilisearch/releases/tag/v1.0.0 To test rebuild the package, redeploy it and re-index the existing dataset: ``` rm -rf /var/lib/tuleap/fts_meilisearch_server/data.ms/ tuleap full-text-search:identify-all-items-to-index tuleap full-text-search:index-all-pending-items ``` Change-Id: Id4b5de0b29c5914df35a66bedae247b99e53c3b5
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/fts_meilisearch/additional-packages/tuleap-meilisearch-server.nix | +3 | −3 | Go to diff View file |
M | plugins/fts_meilisearch/composer.json | +1 | −1 | Go to diff View file |
M | plugins/fts_meilisearch/composer.lock | +10 | −9 | Go to diff View file |
M | plugins/fts_meilisearch/include/Index/MeilisearchHandler.php | +2 | −2 | Go to diff View file |
M | plugins/fts_meilisearch/include/Index/MeilisearchHandlerFactory.php | +3 | −3 | Go to diff View file |
M | plugins/fts_meilisearch/tests/unit/Index/MeilisearchHandlerTest.php | +2 | −2 | Go to diff View file |