Skip to content

Expose fuzzy search for issues/pulls #29685

Closed
@6543

Description

@6543

Currently the backend option to use fuzzy search for issues is not exposed in the WebUI.

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 UItype/enhancementAn improvement of existing functionality

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions