aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/search.scm (follow)
Commit message (Collapse)AuthorAge
* Zero-match queries now works.boxHugo Hörnquist2020-08-09
| | | | They can't however be cached...
* Box approach to partial pages.Hugo Hörnquist2020-08-09
| | | | | | | A partial (currently all) pages gets saved over with sub-streams limited to what was found during our timeframe. Works great for a trailing page, but fails for something which matches nothing (#f). Probably fails for all cases which ends on a page boundry.
* Partial search page works, but alway times out first.Hugo Hörnquist2020-08-09
|
* Add paginator, use in in html and term.Hugo Hörnquist2020-08-09
|
* Add basic (semi broken) paginator to HTML search.Hugo Hörnquist2020-08-09
|
* Create search module, update term to use it.Hugo Hörnquist2020-08-07