scholarly icon indicating copy to clipboard operation
scholarly copied to clipboard

Not accurate results when searching queries for the total of studies

Open paudefuente opened this issue 11 months ago • 1 comments

Describe the bug I am using scholarly for research purposes and when I hava a list of queries to search - through search_pubs() method - to the total number of studies found that match the query. So when I invoque the method, the results are not the same as the google scholar ones.

To Reproduce

Query: "(Distributed Ledger Technology AND arguable link)" Code:

search = scho.search_pubs(query)
results = search.total_results

Expected behavior an exact or approximate number of the total number of studies encountered

Screenshots Not necessary

Desktop (please complete the following information):

  • Proxy service: none
  • python version: 3.13.1
  • OS: Windows
  • Version 1.7.11

Do you plan on contributing? Your response below will clarify whether the maintainers can expect you to fix the bug you reported.

  • [ ] Yes, I will create a Pull Request with the bugfix.

Additional context Add any other context about the problem here.

paudefuente avatar Dec 27 '24 13:12 paudefuente

Would It better if I invoke the method with any other arguments?

paudefuente avatar Dec 27 '24 13:12 paudefuente