1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-17 08:45:48 +00:00
gitea/modules/indexer/internal/bleve
6543 b9c57fb78e
Determine fuzziness of bleve indexer by keyword length (#29706)
also bleve did match on fuzzy search and the other way around. this also fix that bug.
2024-03-23 16:45:13 +01:00
..
batch.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
indexer.go Add io.Closer guidelines (#29387) 2024-02-25 13:05:23 +00:00
query.go Determine fuzziness of bleve indexer by keyword length (#29706) 2024-03-23 16:45:13 +01:00
util.go