You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems to be an issue with bio.knowledge.database.repository.StatementRepository.getQueryResults() CYPHER query - only returns 1 result even when pageSize is 2
isuen
changed the title
/statements/data/{queryId} sometimes doesn't always return pageSize # of results
data/{queryId} sometimes doesn't always return pageSize # of results
Jun 28, 2018
isuen
changed the title
data/{queryId} sometimes doesn't always return pageSize # of results
/data/{queryId} sometimes doesn't always return pageSize # of results
Jun 28, 2018
Also a problem on the /concepts/data/{queryId} endpoint:
CYPHER query seems to be matching on the search term (and not the queryTracker), so any returned data that doesn't contain the search term is filtered out
e.g. search GDM with NDEX and TKG-Monarch linked up,
only 1 result returned (even though status finds 3, and neo4j graph has 3 concept cliques)
Try: searching ncbigene:3578 under /cliques
ncbigene:3578 is part of clique ENSEMBL:ENST00000274520
Then try: ENSEMBL:ENST00000274520 under /statements
Query status shows 2 results
You get the 2 results if pageSize >= 3, but only 1 result if pageSize = 2
The text was updated successfully, but these errors were encountered: