Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pagination: use correct endpoint in navigation | Martin Czygan | 2020-01-18 | 1 | -1/+1 |
| | |||||
* | move pagination into macros | Martin Czygan | 2019-11-14 | 1 | -21/+6 |
| | | | | | | | | | 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 | -1/+20 |
| | | | | | | | | | | | | 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 | ||||
* | more descriptive HTML titles | Bryan Newbold | 2019-06-30 | 1 | -0/+9 |
| | |||||
* | typos and HTML validation | Bryan Newbold | 2019-06-14 | 1 | -2/+2 |
| | |||||
* | more UI tweaking | Bryan Newbold | 2019-06-13 | 1 | -1/+1 |
| | |||||
* | update container search page | bnewbold | 2019-06-13 | 1 | -15/+28 |
| | |||||
* | fix ISSN links from container search results | Bryan Newbold | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | refactor entity searches | Bryan Newbold | 2019-02-20 | 1 | -0/+4 |
| | |||||
* | add container search | Bryan Newbold | 2019-02-20 | 1 | -0/+49 |
And tweak release search a bit: DOIs aren't auto-replaced unless they are the only word/query This query code is very duplicative and should be refactored |