| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-04 | [docs] move blog article "SQL engines" to admin/engines/ | Markus Heiser | |
| The article "SQL engines" should be in admin's engine documentation (like the recoll engine). Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-06-04 | [docs] move blog article "Command line engines" to admin/engines/ | Markus Heiser | |
| The article "Command line engines" should be in admin's engine documentation (like the recoll engine). Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-11-30 | Add recoll engine (#2325) | Noémi Ványi | |
| recoll is a local search engine based on Xapian: http://www.lesbonscomptes.com/recoll/ By itself recoll does not offer web or API access, this can be achieved using recoll-webui: https://framagit.org/medoc92/recollwebui.git This engine uses a custom 'files' result template set `base_url` to the location where recoll-webui can be reached set `dl_prefix` to a location where the file hierarchy as indexed by recoll can be reached set `search_dir` to the part of the indexed file hierarchy to be searched, use an empty string to search the entire search domain | |||