Open
Description
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.