Closed wisentini closed 10 months ago
Thanks for the question @wisentini
Looks like Crossref has added new field queries. Just need to make a change to suppor those, will let you know when it's ready to test
@wisentini can you reinstall from github and test it out? let me know if it doesn't work for you. you should be able to do:
cr.works(query_publisher_name="Universidade Federal de Santa Maria")
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
?