aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/release_search.html
Commit message (Collapse)AuthorAgeFilesLines
* web: try container search along with release for generic queriesBryan Newbold2021-02-261-0/+10
|
* web: release search (SERP) changesBryan Newbold2021-02-261-1/+1
| | | | | - show preservation status instead of fulltext tag - more external identifiers
* release search: fix fulltext_only checkbox (from query object)Bryan Newbold2020-07-301-1/+1
|
* search: catch ES errors and display betterBryan Newbold2020-07-281-0/+2
|
* refactor search macros into new fileBryan Newbold2020-07-281-2/+3
|
* refactor release and container searchBryan Newbold2020-07-241-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 clickableMartin Czygan2020-06-161-2/+2
|
* web search: improve indentation, fix missing div tagsBryan Newbold2020-04-231-26/+33
| | | | These are back-ported fixes from covid19.fatcat.wiki
* move pagination into macrosMartin Czygan2019-11-141-22/+5
| | | | | | | | | Two new macros: * top_results(found) * bottom_results(found) wip: move pagination into macro
* Add basic pagination to search resultsMartin Czygan2019-11-081-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 pageBryan Newbold2019-09-031-74/+3
| | | | | Included making release search results an entity macro (in webface templates).
* show release withdrawn statusBryan Newbold2019-07-011-2/+5
| | | | | Including in search results. De-emphasize release_stage button in search results.
* more descriptive HTML titlesBryan Newbold2019-06-301-1/+10
|
* typos and HTML validationBryan Newbold2019-06-141-2/+2
|
* more UI tweakingBryan Newbold2019-06-131-1/+1
|
* release search: link direct to container, not issnl lookupBryan Newbold2019-06-131-2/+2
|
* release elasticsearch results: stage not statusBryan Newbold2019-06-131-3/+3
|
* release search not found betterbnewbold2019-06-131-6/+11
|
* revamp release search pagebnewbold2019-06-131-22/+75
|
* bugfix search author resultsBryan Newbold2019-03-041-2/+2
|
* truncate long author listsBryan Newbold2019-03-041-1/+3
|
* "Search all Releases"Bryan Newbold2019-03-011-1/+1
|
* refactor entity searchesBryan Newbold2019-02-201-0/+4
|
* search results: file_pdf_url -> best_pdf_urlBryan Newbold2019-02-121-2/+2
|
* direct link to release (not DOI lookup)Bryan Newbold2019-02-011-1/+1
| | | | | cherry-picked from preview branch. Should probably be a feature flag or environment dependent.
* implement release_year (and rustfmt)Bryan Newbold2018-12-241-2/+2
|
* webface: add input form labelsBryan Newbold2018-11-131-1/+1
|
* refactor python modulesBryan Newbold2018-11-121-0/+64