You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/indexer/issues
6543 7fdc048153
Patch in exact search for meilisearch (#29671)
meilisearch does not have an search option to contorl fuzzynes per query
right now:
 - https://github.com/meilisearch/meilisearch/issues/1192
 - https://github.com/orgs/meilisearch/discussions/377
 - https://github.com/meilisearch/meilisearch/discussions/1096

so we have to create a workaround by post-filter the search result in
gitea until this is addressed.

For future works I added an option in backend only atm, to enable
fuzzynes for issue indexer too.
And also refactored the code so the fuzzy option is equal in logic to
code indexer


---
*Sponsored by Kithara Software GmbH*
11 months ago
..
bleve Patch in exact search for meilisearch (#29671) 11 months ago
db remove util.OptionalBool and related functions (#29513) 11 months ago
elasticsearch Patch in exact search for meilisearch (#29671) 11 months ago
internal Patch in exact search for meilisearch (#29671) 11 months ago
meilisearch Patch in exact search for meilisearch (#29671) 11 months ago
dboptions.go Include public repos in doer's dashboard for issue search (#28304) 1 year ago
indexer.go migrate some more "OptionalBool" to "Option[bool]" (#29479) 11 months ago
indexer_test.go remove util.OptionalBool and related functions (#29513) 11 months ago
util.go Improve retrying index issues (#27554) 1 year ago