-
Notifications
You must be signed in to change notification settings - Fork 58
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
Refactor searches #476
Refactor searches #476
Conversation
Delete vectorized search
Remove paginator
I've settled to cap search results at 100 as I think it's a reasonable number. I doubt many people can't filter their search within 100 results. This also prevents long search time. |
…add tests for get endpoint
Oops I forgot to add some more unit tests, one sec |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
I did not realize how much legacy code was left behind and unused.
Refactor searches
Description
Refactor searches app
Remove vectorized search
Remove pagination, replace with 100 search cap
Add unit tests
Other reformatting/restructuring changes
Tasks