Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | web: try container search along with release for generic queries | Bryan Newbold | 2021-02-26 | 1 | -0/+10 |
| | |||||
* | web: release search (SERP) changes | Bryan Newbold | 2021-02-26 | 1 | -1/+1 |
| | | | | | - show preservation status instead of fulltext tag - more external identifiers | ||||
* | release search: fix fulltext_only checkbox (from query object) | Bryan Newbold | 2020-07-30 | 1 | -1/+1 |
| | |||||
* | search: catch ES errors and display better | Bryan Newbold | 2020-07-28 | 1 | -0/+2 |
| | |||||
* | refactor search macros into new file | Bryan Newbold | 2020-07-28 | 1 | -2/+3 |
| | |||||
* | refactor release and container search | Bryan Newbold | 2020-07-24 | 1 | -10/+10 |
| | | | | | | | | | | Based on fatcat-scholar refactoring. This doesn't include refactoring of stats, aggregates, or histograms yet, just the direct queries. Don't have any test coverage yet; intend to try elasticmock or figuring out how to ingest mock JSON results directly. | ||||
* | make fulltext-only label clickable | Martin Czygan | 2020-06-16 | 1 | -2/+2 |
| | |||||
* | web search: improve indentation, fix missing div tags | Bryan Newbold | 2020-04-23 | 1 | -26/+33 |
| | | | | These are back-ported fixes from covid19.fatcat.wiki | ||||
* | move pagination into macros | Martin Czygan | 2019-11-14 | 1 | -22/+5 |
| | | | | | | | | | Two new macros: * top_results(found) * bottom_results(found) wip: move pagination into macro | ||||
* | Add basic pagination to search results | Martin Czygan | 2019-11-08 | 1 | -2/+22 |
| | | | | | | | | | | | | The "deep paging problem" imposes some limit, which currently is a hardcoded default value, `deep_page_limit=2000` in `do_search`. Elasticsearch can be configured, too: > Note that from + size can not be more than the index.max_result_window index setting, which defaults to 10,000. -- https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-body.html#request-body-search-from-size | ||||
* | include example releases on container landing page | Bryan Newbold | 2019-09-03 | 1 | -74/+3 |
| | | | | | Included making release search results an entity macro (in webface templates). | ||||
* | show release withdrawn status | Bryan Newbold | 2019-07-01 | 1 | -2/+5 |
| | | | | | Including in search results. De-emphasize release_stage button in search results. | ||||
* | more descriptive HTML titles | Bryan Newbold | 2019-06-30 | 1 | -1/+10 |
| | |||||
* | typos and HTML validation | Bryan Newbold | 2019-06-14 | 1 | -2/+2 |
| | |||||
* | more UI tweaking | Bryan Newbold | 2019-06-13 | 1 | -1/+1 |
| | |||||
* | release search: link direct to container, not issnl lookup | Bryan Newbold | 2019-06-13 | 1 | -2/+2 |
| | |||||
* | release elasticsearch results: stage not status | Bryan Newbold | 2019-06-13 | 1 | -3/+3 |
| | |||||
* | release search not found better | bnewbold | 2019-06-13 | 1 | -6/+11 |
| | |||||
* | revamp release search page | bnewbold | 2019-06-13 | 1 | -22/+75 |
| | |||||
* | bugfix search author results | Bryan Newbold | 2019-03-04 | 1 | -2/+2 |
| | |||||
* | truncate long author lists | Bryan Newbold | 2019-03-04 | 1 | -1/+3 |
| | |||||
* | "Search all Releases" | Bryan Newbold | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | refactor entity searches | Bryan Newbold | 2019-02-20 | 1 | -0/+4 |
| | |||||
* | search results: file_pdf_url -> best_pdf_url | Bryan Newbold | 2019-02-12 | 1 | -2/+2 |
| | |||||
* | direct link to release (not DOI lookup) | Bryan Newbold | 2019-02-01 | 1 | -1/+1 |
| | | | | | cherry-picked from preview branch. Should probably be a feature flag or environment dependent. | ||||
* | implement release_year (and rustfmt) | Bryan Newbold | 2018-12-24 | 1 | -2/+2 |
| | |||||
* | webface: add input form labels | Bryan Newbold | 2018-11-13 | 1 | -1/+1 |
| | |||||
* | refactor python modules | Bryan Newbold | 2018-11-12 | 1 | -0/+64 |