Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase fuzzines of search results #187

Merged
merged 2 commits into from
Aug 2, 2024

Conversation

sbehrends
Copy link
Contributor

This is the PR to solve the issue #185

The PR introduces a normalizeString function, which it is used on the SearchBar to allow more expenses to be found without an exact match.

Current Behavior
Expense entry with title "Park Güell". When Search content is guell the expense is not found since u is not included in ü.

New Behavior
Expense entry with title "Park Güell". When Search content is guell the expense is found since the function removes all special characters from both search input and expense. ("Park Güell" becoming "park guell")

@scastiel scastiel linked an issue Aug 2, 2024 that may be closed by this pull request
@scastiel scastiel merged commit 7145cb6 into spliit-app:main Aug 2, 2024
1 check 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.

Increase fuzzines of search results
2 participants