-
Notifications
You must be signed in to change notification settings - Fork 50
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
Documentation on search_ function queries #85
Comments
Ok, I believe I have figured it out: https://www.semanticscholar.org/product/api%2Ftutorial#using-search-query-operators So one example could be: Maybe this reference could be added to the docstring? |
Hi! Indeed, we send the query directly to the semanticscholar api without any processing, so you can just follow their guide. Expanding the information in the docstring sounds like a good idea. If you make a pull request to add that reference to the docstring, we would be more than happy to merge your contribution! Let us know if you run into any other problems (either in code or in the documentation). |
This has been resolved by #86 Thanks for your contribution! |
Hi! Thank you so much for developing this package and making it public :)
I am wondering if you have any examples for what is expected for the
query
parameter in thesearch_
functions, e.g.,search_semanticscholar()
. Is there a way to specify multiple keywords and AND/OR operators?The text was updated successfully, but these errors were encountered: