-
Notifications
You must be signed in to change notification settings - Fork 1
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 results page: showing same result at end of every page #256
Comments
This happens irrespective of the search term (or the empty / match-all search), and only with the neo4j store. I've stepped through the
|
It appears that neo4j's queryNodes procedure interacts oddly with ORDER BY. Taking out ORDER BY fixes the problem (because queryNodes returns nodes in order of descending score), but leaves us without sorting on other fields. I've also seen documentation that says that queryNodes takes optional skip and limit parameters in a map, rather than having SKIP and LIMIT in the Cypher, but I can't get that to work. We need to migrate away from neo4j, it's causing too many problems. I've filed another issue to replace the out-of-core store with Postgres. |
I'm leaving this bug in pending the switch to Postgres. |
@123joshuawu I will prioritize #257 so that demo-type searches for single words don't reach the search results page at all. |
Search for sheep (no quotes). The node label sheep polypore is at the end of every results page.
The text was updated successfully, but these errors were encountered: