aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/identifiers.py
Commit message (Collapse)AuthorAgeFilesLines
* lint: small cleanups, mostly E711 and E713Bryan Newbold2021-10-271-14/+14
|
* make fmtBryan Newbold2021-07-261-1/+1
|
* refs: clean up GROBID DOIs and PMCIDsBryan Newbold2021-07-011-10/+6
|
* 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.