-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Labels
topic/uiChange the appearance of the Gitea UIChange the appearance of the Gitea UItype/enhancementAn improvement of existing functionalityAn improvement of existing functionality
Milestone
Description
Currently the backend option to use fuzzy search for issues is not exposed in the WebUI.
gitea/modules/indexer/issues/indexer.go
Line 283 in 7fdc048
func SearchIssues(ctx context.Context, opts *SearchOptions) ([]int64, int64, error) { |
Is the backend func in question witch si controled via SearchOptions
To enable fuzzy search set
IsFuzzyKeyword bool // if false the levenshtein distance is 0 |
to
true
.Metadata
Metadata
Assignees
Labels
topic/uiChange the appearance of the Gitea UIChange the appearance of the Gitea UItype/enhancementAn improvement of existing functionalityAn improvement of existing functionality