]> source.dussan.org Git - gitea.git/commit
Determine fuzziness of bleve indexer by keyword length (#29706)
author6543 <6543@obermui.de>
Sat, 23 Mar 2024 15:45:13 +0000 (16:45 +0100)
committerGitHub <noreply@github.com>
Sat, 23 Mar 2024 15:45:13 +0000 (16:45 +0100)
commitb9c57fb78e8e0d80d786d8e1da433b6c7ebf2f1c
tree93a9068e327499c1d92ee53066892a5d27bc6b67
parent1cdc6c3a4ea28396788b2697f9cf257df161ff9a
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.
modules/indexer/code/bleve/bleve.go
modules/indexer/internal/bleve/query.go
modules/indexer/issues/bleve/bleve.go
tests/integration/repo_search_test.go