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

Add publisher-name as a filter (currently it's only a facet) #96

Open
ssmulyan opened this issue Jun 3, 2019 · 0 comments
Open

Add publisher-name as a filter (currently it's only a facet) #96

ssmulyan opened this issue Jun 3, 2019 · 0 comments

Comments

@ssmulyan
Copy link

ssmulyan commented Jun 3, 2019

For example, University Press of Colorado would like to know all the Books that JSTOR has registered on their behalf.

I can facet JSTOR's 10.2037 prefix by publisher-name value
http://api.crossref.org/prefixes/10.2307/works?facet=publisher-name:*
which shows that there are currently 519 items registered where <publisher_name>University Press of Colorado</publisher_name> was included in the metadata

Since <publisher_name> is only supported in the Books and Conference Proceedings schemas, I don't need to limit by content type.

But, there's no way to retrieve the specific 519 items with that publisher name value.

e.g.
http://api.crossref.org/prefixes/10.2307/works?filter=publisher-name:University%20Press%20of%20Colorado
returns
"type": "filter-not-available",
"value": "publisher-name",
"message": "Filter publisher-name specified but there is no such filter for this route...

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

No branches or pull requests

1 participant