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

Add exact string search #4

Open
hexhowells opened this issue Oct 14, 2024 · 0 comments
Open

Add exact string search #4

hexhowells opened this issue Oct 14, 2024 · 0 comments
Labels
backend enhancement New feature or request

Comments

@hexhowells
Copy link
Owner

Currently the search utilises vector search with encoding transformers for feature vectors. But even with the exact paper title in the search query; sometimes the paper doesn't show up in the results.

Should implement exact string search using double or single quotes around the part of the query to match.

May need to combine this with the current search to also show results after the exact string search results are shown. Also need to be able to properly process the search query when there is a mixture of quoted and non-quoted strings in the query.

@hexhowells hexhowells added enhancement New feature or request backend labels Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant