- 31 Jan, 2021 1 commit
-
-
Jean-Francois Dockes authored
-
- 25 Nov, 2020 1 commit
-
-
Jean-Francois Dockes authored
-
- 14 Oct, 2020 1 commit
-
-
Jean-Francois Dockes authored
-
- 21 Sep, 2020 1 commit
-
-
Jean-Francois Dockes authored
-
- 20 May, 2020 1 commit
-
-
Jean-Francois Dockes authored
-
- 18 May, 2020 4 commits
-
-
Jean-Francois Dockes authored
-
Jean-Francois Dockes authored
-
Jean-Francois Dockes authored
-
Jean-Francois Dockes authored
Add option to use more than one confdir (RECOLL_EXTRACONFDIRS) See merge request !1
-
- 16 May, 2020 1 commit
-
-
Frank de Lange authored
This change adds the possibility to run queries over more than one database by pointing the program at extra recoll configuration directories using the RECOLL_EXTRACONFDIR environment variable. This variable can contain space-separated recoll configuration directories (i.e. directories which contain `recoll.conf`) which are parsed to find out the indexed *topdirs* and the location of the database directory. The _topdirs_ are added to the directory tree, the databases are added to the `extradbs` list. When running a query over the entire tree (using `<all>`, the default) all databases are searched. When the query is limited to a subdirectory the searched set is limited to only those databases which cover the related _topdir_, thus reducing search time and overhead. The raison d'ètre for this change is to allow the web interface to be used to search a large index split over several databases, e.g. _fiction_, _nonfiction_ and _audio_. This in turn is used in the _recoll engine_ for the _Searx_ meta-search engine, see https://github.com/asciimoo/searx/pull/1257 . This is a further development of an earlier change I submitted to Github, most of which was merged but for the extra databases.
-
- 20 Apr, 2020 3 commits
-
-
Jean-Francois Dockes authored
-
Jean-Francois Dockes authored
-
Jean-Francois Dockes authored
-
- 08 Mar, 2020 1 commit
-
-
Jean-Francois Dockes authored
-
- 29 Jan, 2020 1 commit
-
-
Jean-Francois Dockes authored
-
- 28 Jan, 2020 1 commit
-
-
Jean-Francois Dockes authored
-
- 02 Oct, 2019 3 commits
-
-
Jean-Francois Dockes authored
-
Jean-Francois Dockes authored
Merged from https://github.com/koniu/recoll-webui/pull/55 Add a sample systemd script in examples and a README describing how to integrate the standalone WebUI app with systemd. Author: Rob Fair <fair.rob@gmail.com>
-
Jean-Francois Dockes authored
Merge from https://github.com/koniu/recoll-webui/pull/61 - Changed JSON endpoint to allow paged json, use without page parameter (or page=0) to get unpaged result - Added snippets and highlight parameters to search url, use highlight=0 to disable search term highlighting, snippets=0 to disable snippet generation. - Added optional usjon module support
-
- 30 Sep, 2019 2 commits
-
-
Jean-Francois Dockes authored
-
Jean-Francois Dockes authored
-
- 20 Mar, 2019 3 commits
-
-
Jean-Francois Dockes authored
-
Jean-Francois Dockes authored
These are retrieved from the wsgi environ (through the bottle request variable), and, for example, can be set with an apache SetEnv directive.
-
Jean-Francois Dockes authored
Simplify things a bit by getting rid of the hasrclextract variable, dropping support for pre-1.19 recoll
-
- 14 Mar, 2019 6 commits
-
-
Jean-Francois Dockes authored
-
Jean-Francois Dockes authored
-
Jean-Francois Dockes authored
-
Jean-Francois Dockes authored
-
Jean-Francois Dockes authored
-
Jean-Francois Dockes authored
-
- 06 Jun, 2018 1 commit
-
-
Jean-Francois Dockes authored
Adapt to recoll api change: fetchone and fetchmany dont raise exceptions at the end of the list any more, but return none/empty (be more like pep249)
-
- 02 Jun, 2018 5 commits
-
-
Jean-Francois Dockes authored
-
Jean-Francois Dockes authored
-
Jean-Francois Dockes authored
-
Jean-Francois Dockes authored
-
Jean-Francois Dockes authored
- Updated bottle module to 0.12.13. - bottle: include header ... -> include('header', ...) - Imported up to date version of rclconfig.py (+ conftree.py) - Adapt urllib imports - Needed explicit integer division in places (//) - Recoll result records contain utf-8 bytes: can't mix with 'xx' need b'xx' - has_key -> in - StringIO -> io.StringIO
-
- 10 Dec, 2017 1 commit
-
-
Jean-Francois Dockes authored
-
- 07 Sep, 2017 1 commit
-
-
Jean-Francois Dockes authored
Use idoctofile in all cases (no direct file:// urls, this was wrong for compressed files). Needs recoll 1.23.3
-
- 29 May, 2017 1 commit
-
-
Jean-Francois Dockes authored
-
- 04 Dec, 2016 1 commit
-
-
Jean-Francois Dockes authored
Use global admin config variables from recoll config file: webui_nojsoncsv, webui_nosettings, webui_maxperpage
-