You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't reproduce the request https://api.crossref.org/works?query.publisher-name=Universidade+Federal+de+Santa+Maria in habanero.
I've tried using both filter and query parameters when calling crossref.works(), but I can't get the same results.
Examples
# I get the error: "requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.crossref.org/works?filter=publisher-name%3AUniversidade+Federal+de+Santa+Maria&rows=1"crossref.works(filter={'publisher_name': 'Universidade Federal de Santa Maria'}, limit=1)
# This works but I don't get the same results of calling https://api.crossref.org/works?query.publisher-name=Universidade+Federal+de+Santa+Mariacrossref.works(query='"publisher": "Universidade Federal de Santa Maria"', limit=1)
Question
How should I reproduce the request https://api.crossref.org/works?query.publisher-name=Universidade+Federal+de+Santa+Maria in habanero?
The text was updated successfully, but these errors were encountered:
Environment
Problem
I can't reproduce the request
https://api.crossref.org/works?query.publisher-name=Universidade+Federal+de+Santa+Maria
inhabanero
.I've tried using both
filter
andquery
parameters when callingcrossref.works()
, but I can't get the same results.Examples
Question
How should I reproduce the request
https://api.crossref.org/works?query.publisher-name=Universidade+Federal+de+Santa+Maria
inhabanero
?The text was updated successfully, but these errors were encountered: