stable

Clone or download

Read-only

Do not index empty content into Meilisearch

It is not useful since those items will not found during a search. On the Tuleap side it can help saving a write queries against the DB which is a good thing. No functional changes. Part of story #28835: have a full-text search backend based on Meilisearch Change-Id: Ic8a95c3982b0c1ec7987f8437bf26be1b80c168c

Modified Files

Name
M plugins/fts_meilisearch/include/Index/MeilisearchHandler.php +14 −3 Go to diff View file
M plugins/fts_meilisearch/tests/unit/Index/MeilisearchHandlerTest.php +12 −0 Go to diff View file