aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/identifiers.py
Commit message (Collapse)AuthorAgeFilesLines
* make identifiers a bit more case-insensitiveBryan Newbold2021-02-041-2/+4
| | | | This only works for a subset of query patterns.
* improve test coverageBryan Newbold2020-10-221-0/+5
|
* search: handle direct DOI and PMCID queriesBryan Newbold2020-09-171-0/+90
If query is a single token which looks like a valid PMCID or DOI, with no surrounding quotes, then expand scope and filter to that single external identifier.