Closed motey closed 4 years ago
That's a hard-coded limit and in this case is far too low. Ideally we should have a way to sort the search results by importance - currently we just cut-off the results: https://github.com/covidgraph/visual-graph-explorer/blob/9d7893fbd4b3ab18fb635d54dc78084d3ee47bfa/src/util/CovidGraphLoader.js#L41
I increased the limit to 250 for now - (it was literally "10") for some of the search queries which of course is way too low.
When searching for e.g.
diabetes
in a publication title in the DBThe result count is
286
(as for 29.07.2020 on PROD)When searching for
diabetes
in the App i get only 10 resultsis this a bug or expected?