JetBrains-Research / pubtrends

Scientific literature explorer. Runs a Pubmed or Semantic Scholar search and allows user to explore high-level structure of result papers
Apache License 2.0
35 stars 2 forks source link

Fix real number of analysed papers when using Pubmed search syntax #296

Open olegs opened 2 years ago

olegs commented 2 years ago

At the moment we use threshold to limit Pubmed API result list, but not all of the ids may present in the local database, so actual number of analysed papers may be unpredictable less, or even zero. Treat limit value as number of locally available papers matching Pubmed search.