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

ES schema DOI (and other identifiers) should be case-insensitive #45

Open
bnewbold opened this issue Feb 2, 2021 · 1 comment
Open
Labels

Comments

@bnewbold
Copy link
Member

bnewbold commented Feb 2, 2021

DOIs should be considered case-insensitive, but this query doesn't work as expected:

https://scholar-qa.archive.org/search?q=10.4039%2FEnt4512-1
https://scholar-qa.archive.org/search?q=10.4039%2Fent4512-1

Working around direct DOI queries should be easy enough in the fatcat-scholar code (just lower-case before running the query), but it would probably be good to make the search field itself case-insensitive.

@bnewbold
Copy link
Member Author

Worked around this particular case by lower-casing direct DOI queries, but really the identifier field should be case-insensitive at the ES schema abstraction layer. Keeping this issue open until that is resolved.

@bnewbold bnewbold changed the title DOI queries are case-sensitive ES schema DOI (and other identifiers) should be case-insensitive Feb 11, 2021
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