Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not accurate results when searching queries for the total of studies #559

Open
1 task
paudefuente opened this issue Dec 27, 2024 · 1 comment
Open
1 task
Labels

Comments

@paudefuente
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant