Skip to content

C-BetterSearch: More flexibility in searching for items - #5

Merged
ashmitahaldar merged 1 commit into
masterfrom
branch-C-BetterSearch
Sep 17, 2025
Merged

C-BetterSearch: More flexibility in searching for items#5
ashmitahaldar merged 1 commit into
masterfrom
branch-C-BetterSearch

Conversation

@ashmitahaldar

Copy link
Copy Markdown
Owner

Part of the BCD-Extension task: C-BetterSearch.

The Find command only returns results for search terms that have some characters matching with the task descriptions.

The user experience can be enhanced with more flexibility in search, e.g. finding items even with typos in search terms.

Let's thus add support for fuzzy search and strict search in the Find Command, along with a SearchMatcher class that computes similarities between strings using Levenshtein distance.

The Find command only returns results for search terms that have some characters matching with the task descriptions.

The user experience can be enhanced with more flexibility in search, e.g. finding items even with typos in search terms.

Let's thus add support for fuzzy search and strict search in the Find Command, along with a SearchMatcher class that
computes similarities between strings using Levenshtein distance.
@ashmitahaldar
ashmitahaldar merged commit ef77fdc into master Sep 17, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant