0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-25 13:14:48 +01:00
gitea/modules/indexer/issues
Brecht Van Lommel a7de14e493
Meilisearch: require all query terms to be matched (#28293)
Previously only the first term had to be matched. That default
Meilisearch behavior makes sense for e.g. some kind of autocomplete to
find and select a single result. But for filtering issues it means you
can't narrow down results by adding more terms.

This is also more consistent with other indexers and GitHub.

---

Reference:
https://www.meilisearch.com/docs/reference/api/search#matching-strategy
2023-11-29 23:00:59 +08:00
..
bleve
db
elasticsearch
internal
meilisearch Meilisearch: require all query terms to be matched (#28293) 2023-11-29 23:00:59 +08:00
dboptions.go
indexer.go
indexer_test.go Fix issue not showing on default board and add test (#27720) 2023-10-25 11:51:49 +00:00
util.go