Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | query fewer fields; highlight all fulltext fields regardless of match | Bryan Newbold | 2020-08-06 | 1 | -3/+1 | |
| | ||||||
* | search tweaks to be forwards-compatible with ES 7.x | Bryan Newbold | 2020-08-06 | 1 | -2/+10 | |
| | | | | | | When we fully commit to ES 7.x we should upgrade the client library correspondingly, and then can remove these work-arounds. But for now we have one instance of ES 6.x and one ES 7.x. | |||||
* | extend ES client timeout to 25 seconds | Bryan Newbold | 2020-08-06 | 1 | -1/+1 | |
| | ||||||
* | Revert "remove duplicate fulltext search from query" | Bryan Newbold | 2020-07-30 | 1 | -0/+1 | |
| | | | | | | This reverts commit 0d3fd83493c7307a2b9593c7add90b8b6f4b4152. Seems like we do need to query on this field for highlighting to work. | |||||
* | include container_ident in metadata completeness boost | Bryan Newbold | 2020-07-28 | 1 | -0/+1 | |
| | ||||||
* | search: smaller default result set | Bryan Newbold | 2020-07-27 | 1 | -1/+1 | |
| | ||||||
* | remove duplicate fulltext search from query | Bryan Newbold | 2020-07-27 | 1 | -1/+0 | |
| | | | | | | may also remove the 'title' and 'abstracts' searches, though they currently help with boosting, and will want to measure actual preformance difference before that change | |||||
* | search: tweak 'past week' date range to not include future | Bryan Newbold | 2020-07-27 | 1 | -2/+4 | |
| | ||||||
* | include fulltext acknowledgements in highlighting | Bryan Newbold | 2020-07-21 | 1 | -0/+1 | |
| | ||||||
* | fix search filter bug (papers is default) | Bryan Newbold | 2020-06-29 | 1 | -2/+2 | |
| | ||||||
* | make fmt | Bryan Newbold | 2020-06-29 | 1 | -3/+3 | |
| | ||||||
* | note about highlight encoding in ES 7.x | Bryan Newbold | 2020-06-29 | 1 | -0/+2 | |
| | ||||||
* | un-collapse only to same issue, not uncollapse-all-hits | Bryan Newbold | 2020-06-29 | 1 | -9/+15 | |
| | | | | | This is user expecation, and was a lingering TODO with initial implementation. | |||||
* | fix search order default label | Bryan Newbold | 2020-06-29 | 1 | -1/+1 | |
| | | | | Thanks for the catch Alexis R! | |||||
* | fix OA filter | Bryan Newbold | 2020-06-04 | 1 | -1/+1 | |
| | ||||||
* | collapse pages by SIM issue | Bryan Newbold | 2020-06-04 | 1 | -3/+25 | |
| | ||||||
* | fmt | Bryan Newbold | 2020-06-04 | 1 | -0/+2 | |
| | ||||||
* | start some annotaition fixes for pytype | Bryan Newbold | 2020-06-03 | 1 | -3/+6 | |
| | ||||||
* | flake8-annotation linting | Bryan Newbold | 2020-06-03 | 1 | -1/+1 | |
| | | | | Added some new annotations; need to finish more. | |||||
* | flake8 fixes (partial) | Bryan Newbold | 2020-06-03 | 1 | -8/+6 | |
| | ||||||
* | reformat python code with black | Bryan Newbold | 2020-06-03 | 1 | -30/+40 | |
| | ||||||
* | compute and use tags | Bryan Newbold | 2020-06-03 | 1 | -2/+1 | |
| | ||||||
* | change availability filter phrasing; default to fulltext | Bryan Newbold | 2020-06-03 | 1 | -6/+6 | |
| | ||||||
* | make mypy happy | Bryan Newbold | 2020-05-21 | 1 | -1/+1 | |
| | ||||||
* | implement crude availability filter | Bryan Newbold | 2020-05-21 | 1 | -0/+11 | |
| | ||||||
* | fix abstracts; experiment with search stemming | Bryan Newbold | 2020-05-21 | 1 | -2/+4 | |
| | ||||||
* | first pass improving search scoring | Bryan Newbold | 2020-05-21 | 1 | -5/+35 | |
| | ||||||
* | better translation marking; add some basic de and zh | Bryan Newbold | 2020-05-21 | 1 | -19/+23 | |
| | | | | Current translations are just from Google Translate | |||||
* | UI mobile/tablet scaling; search error improvements | Bryan Newbold | 2020-05-21 | 1 | -1/+4 | |
| | ||||||
* | search query improvements | Bryan Newbold | 2020-05-21 | 1 | -81/+147 | |
| | | | | | | - wire up most of the filters and sort order - query sticks around in search box - crude error message (needs work) | |||||
* | fewer, longer highlights (2x of 250 chars) | Bryan Newbold | 2020-05-20 | 1 | -4/+4 | |
| | ||||||
* | fixes from manual testing | Bryan Newbold | 2020-05-20 | 1 | -2/+2 | |
| | ||||||
* | indexing tweaks | Bryan Newbold | 2020-05-20 | 1 | -13/+7 | |
| | ||||||
* | skeleton of basic search, using covid19 index | Bryan Newbold | 2020-05-13 | 1 | -0/+139 | |