summary refs log tree commit diff
path: root/search.c (follow)
Commit message (Collapse)AuthorAge
* Reverse order of search resultsJune McEnroe2021-05-07
| | | | I guess I didn't realize I could do this with no performance penalty.
* Add export optionJune McEnroe2020-07-17
| | | | | | | Adding the export query parameter to any page downloads a .html with the default stylesheet embedded, and all navigation, forms and internal links removed, for being able to share some part of a private instance of litterbox.
* Big refactor, remove struct ScopeJune McEnroe2020-07-16
|
* Factor out search page URLsJune McEnroe2020-07-16
|
* Fix HEAD responsesJune McEnroe2020-07-16
| | | | | You need to call khttp_body for the CGI response to be valid, otherwise nginx will just 502 Bad Gateway it.
* Don't use KHTML_PRETTYJune McEnroe2020-07-12
| | | | It's kinda of unpredictable and can lead to unintended whitespace.
* Handle search query errorsJune McEnroe2020-07-12
|
* Handle no search resultsJune McEnroe2020-07-12
|
* Add search paging linksJune McEnroe2020-07-12
|
* Reorganize code and add earlier messages linkJune McEnroe2020-07-12
|
* Fix search queryJune McEnroe2020-07-11
|
* Clean up page handlersJune McEnroe2020-07-11
|
* Factor out "scope" of pagesJune McEnroe2020-07-11
| | | | | Use this to keep the search query around and hide network and context from the search results if the scope is already limited.
* Implement basic search pageJune McEnroe2020-07-10
|
* Split code and add breadcrumb navJune McEnroe2020-07-09