summaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/release_search.html
Commit message (Collapse)AuthorAgeFilesLines
* 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