You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx
Noémi Ványi 4a36a3044d
Add recoll engine (#2325)
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
4 years ago
..
answerers Drop Python 2 (4/n): SearchQuery.query is a str instead of bytes 4 years ago
data [mod] add external_urls.json and wikidata_units.json 4 years ago
engines Add recoll engine (#2325) 4 years ago
plugins [mod] remove unused import 4 years ago
static Add recoll engine (#2325) 4 years ago
templates Add recoll engine (#2325) 4 years ago
translations [enh] update translations 4 years ago
__init__.py Force admins to set secret_key if debug mode is disabled 4 years ago
autocomplete.py [mod] searx.query.RawTextQuery: getSearchQuery and changeSearchQuery rename to getQuery and changeQuery 4 years ago
brand.py [fix] migration from github.com/asciimoo/searx to github.com/searx/searx : fix URLs 4 years ago
exceptions.py Drop Python 2 (3/n): objects 4 years ago
external_bang.py [mod] Add searx.data module 4 years ago
external_urls.py [mod] add external_urls.json and wikidata_units.json 4 years ago
languages.py fetch google's search langs rather than ui langs 4 years ago
poolrequests.py [enh] Add multiple outgoing proxies 4 years ago
preferences.py Patch advanced search preferences 4 years ago
query.py [fix] resolve query_parts regression 4 years ago
results.py [mod] remove unused import 4 years ago
search.py [enh] Add multiple outgoing proxies 4 years ago
settings.yml Add recoll engine (#2325) 4 years ago
settings_robot.yml Let admins lock user preferences 4 years ago
testing.py Drop Python 2 (1/n): remove unicode string and url_utils 4 years ago
utils.py [mod] remove unused import 4 years ago
version.py [enh] release v0.17.0 4 years ago
webadapter.py [fix] webadapter: fix locked categories 4 years ago
webapp.py Merge pull request #2327 from renyhp/master 4 years ago
webutils.py Merge pull request #2237 from dalf/mod-engines-init 4 years ago