aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* make mypy happyBryan Newbold2020-05-211-1/+1
|
* helpers to fetch small-ish data samplesBryan Newbold2020-05-211-0/+8
|
* implement crude availability filterBryan Newbold2020-05-211-0/+11
|
* fix typo in indexed document linksBryan Newbold2020-05-211-1/+1
|
* be more inclusive of author namesBryan Newbold2020-05-211-4/+4
|
* fix abstracts; experiment with search stemmingBryan Newbold2020-05-213-8/+36
|
* first pass improving search scoringBryan Newbold2020-05-212-5/+36
|
* better translation marking; add some basic de and zhBryan Newbold2020-05-2112-61/+534
| | | | Current translations are just from Google Translate
* UI mobile/tablet scaling; search error improvementsBryan Newbold2020-05-215-12/+42
|
* mobile CSS/style changes, and other small UI tweaksBryan Newbold2020-05-215-42/+100
|
* fix typo with UnicodeDecodeError catchBryan Newbold2020-05-211-1/+1
|
* clean up domain/env detection codeBryan Newbold2020-05-213-29/+16
|
* search query improvementsBryan Newbold2020-05-215-145/+236
| | | | | | - wire up most of the filters and sort order - query sticks around in search box - crude error message (needs work)
* less whitespace in jinja2 outputBryan Newbold2020-05-211-0/+4
|
* abstracts as object, not nested, until query parserBryan Newbold2020-05-211-5/+3
|
* skip pdftotext loading on unicode errorBryan Newbold2020-05-201-0/+2
|
* skip SIM items w/o page_numbers (instead of asserting)Bryan Newbold2020-05-202-2/+6
|
* fewer, longer highlights (2x of 250 chars)Bryan Newbold2020-05-201-4/+4
|
* schema: releases as objects, not nestedBryan Newbold2020-05-201-1/+1
| | | | | | With nested, we can't do simple aliases. In the future a proper query parser will make this possible.
* schema: many more aliasesBryan Newbold2020-05-201-1/+19
|
* add a helper tag for search index documentBryan Newbold2020-05-201-1/+5
|
* fix some ext_id linksBryan Newbold2020-05-201-4/+4
|
* fixes from manual testingBryan Newbold2020-05-206-25/+33
|
* local pdftotext cache dir hackBryan Newbold2020-05-202-1/+19
|
* fixes to release+sim pipelineBryan Newbold2020-05-203-12/+39
|
* working docker-compose with elasticsearch (with plugins)Bryan Newbold2020-05-202-0/+24
|
* fixes to schema; actually working nowBryan Newbold2020-05-201-3/+4
|
* default search locations for different environmentsBryan Newbold2020-05-201-1/+4
|
* local/dev indexing commandBryan Newbold2020-05-201-8/+8
|
* indexing tweaksBryan Newbold2020-05-202-16/+11
|
* update search template for schemaBryan Newbold2020-05-201-129/+95
|
* first pass transform from pipelines to ES schemaBryan Newbold2020-05-206-27/+541
|
* WIP on SIM pipelineBryan Newbold2020-05-192-2/+175
|
* WIP on release-to-sim fetchingBryan Newbold2020-05-192-12/+124
|
* pytest: squelch ABC warning (from internetarchive)Bryan Newbold2020-05-161-0/+1
|
* initial progress on work pipelineBryan Newbold2020-05-163-2/+338
|
* hack-y global serde ApiClientBryan Newbold2020-05-161-2/+4
| | | | | Motivation is to speed up serialization/deserialization for entity encoding.
* crude djvu XML parsingBryan Newbold2020-05-163-0/+5207
|
* basic biblio converterBryan Newbold2020-05-162-8/+130
|
* initial gitlab-ci fileBryan Newbold2020-05-161-0/+18
|
* tweak ES schema fields a bitBryan Newbold2020-05-163-19/+32
|
* more progress on issue_dbBryan Newbold2020-05-162-28/+60
|
* gitkeep ./data/ directoryBryan Newbold2020-05-162-0/+2
|
* first pass at issue-db toolBryan Newbold2020-05-152-0/+321
|
* pipenv: update fatcat-openapi-client; pydanticBryan Newbold2020-05-142-39/+39
|
* ES index and makefile targetBryan Newbold2020-05-142-1/+18
|
* working pytest settingsBryan Newbold2020-05-142-1/+14
|
* start implementing ES transform helpersBryan Newbold2020-05-144-0/+256
|
* first pass at scholar_fulltext schemaBryan Newbold2020-05-142-141/+216
|
* schema starting point (from covid19)Bryan Newbold2020-05-131-0/+141
|