-
Notifications
You must be signed in to change notification settings - Fork 40
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
Fixes the problem of weird synthesis search results when querying for a range #324
Conversation
…d paragraph keywords (half-completed).
Hi @munrojm I have added tests for the data adaptors. I was trying to add tests for the synthesis API data endpoint but confused because I don't know how to test an API that interacts with the database. Any ideas or could you point me to an existing test suite? |
Hi @hhaoyan, all you need to do is set an environment variable You should also pull in changes from main which should let you do the above with any problems. |
Have added necessary tests. Should be good to go! |
Thanks @hhaoyan ! |
Fixes the problem of weird synthesis search results when querying for a range. For example, when querying for 700-1000, the old code would return documents that only match one-sided criteria.
Contributor Checklist