Skip to content

[Fix] Fuzzy search for changed first char #46

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

Merged
merged 4 commits into from
Jul 10, 2023
Merged

Conversation

akade
Copy link
Owner

@akade akade commented Jun 26, 2023

If the first character was changed for a fuzzy search, it did not return all results correctly. Prefix & FullText Indices were potentially affected. While the fix requires more branches of the trie to be explored, reduced allocations bring the performance back on par.

@akade akade merged commit a77f256 into main Jul 10, 2023
@akade akade deleted the fix/trie-first-char-change branch July 10, 2023 18:57
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