0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-03-18 22:02:24 +01:00
gitea/routers/web/user
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*
2024-03-09 01:39:27 +00:00
..
setting Fix 500 when deleting account with incorrect password or unsupported login type (#29579) 2024-03-08 04:28:21 +00:00
avatar.go
code.go Patch in exact search for meilisearch (#29671) 2024-03-09 01:39:27 +00:00
home.go
home_test.go
main_test.go
notification.go
package.go
profile.go Add user blocking (#29028) 2024-03-04 08:16:03 +00:00
search.go
stop_watch.go
task.go