aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/search.py
Commit message (Collapse)AuthorAgeFilesLines
* check request status codes idiomaticallyBryan Newbold2018-12-291-0/+1
|
* remove textIcuSearch elastic filterBryan Newbold2018-12-031-1/+0
| | | | | | | This was breaking, eg, DOI search with non-trivial characters. Because we set the tokenizer on individual fields, shouldn't be necessary on the whole query.
* ELASTICSEARCH not ELASTICBryan Newbold2018-11-211-1/+1
|
* large refactor of python names/pathsBryan Newbold2018-11-151-0/+4
| | | | | | | - Add __init__.py files for fatcat_tools submodules, and use them in imports - Add a bunch of comments to files. - rename a number of classes and functions to be less verbose
* get webface working againBryan Newbold2018-11-121-1/+1
|
* refactor python modulesBryan Newbold2018-11-121-0/+60