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

Search by multiple words #6

Open
mbrajk opened this issue Feb 7, 2025 · 0 comments
Open

Search by multiple words #6

mbrajk opened this issue Feb 7, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@mbrajk
Copy link
Owner

mbrajk commented Feb 7, 2025

Trivial implementation is when search has two or more entire words, split on space and do dictionary lookup.

Further refinement will be needed of strings are not entire words but rather substrings of words. Prefix may be resolved by #3 but postfix or infix will not.

@mbrajk mbrajk added the enhancement New feature or request label Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant