Alexandre Flament
|
1bb82a6b54
|
SearXNG: searxng_extra
|
2021-10-02 17:30:39 +02:00 |
Alexandre Flament
|
bfd24d1226
|
[mod] add /engine_descriptions.json endpoint
returns engine descriptions (JSON):
* key: engine name
* value: description in the user locale, use English description as a fallback
|
2021-09-24 20:20:30 +02:00 |
Markus Heiser
|
5cf1ae2672
|
[pylint] searx/data/__init__.py
BTW: add doc strings and moved __all__ to the top [1]
[1] https://www.python.org/dev/peps/pep-0008/#module-level-dunder-names
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
2021-06-09 18:08:23 +02:00 |
Alexandre Flament
|
2e5d823162
|
[fix] searx/data/__init__.py: rename __init__ as __all__
|
2021-06-09 18:08:23 +02:00 |
Alexandre Flament
|
c75425655f
|
[enh] openstreetmap / map template: improve results
implements ideas described in #69
* update the engine
* use wikidata
* update map.html template
|
2021-06-09 18:08:23 +02:00 |
Alexandre Flament
|
7c1847d5f2
|
[mod] add utils/fetch_external_bangs.py
Based on duckduckgo bangs
Store bangs on a trie to allow autocomplete (not in this commit)
|
2021-02-24 18:48:36 +01:00 |
Alexandre Flament
|
f5c3cb7afa
|
[mod] drop Python 3.5 support
|
2021-01-12 09:45:16 +01:00 |
Alexandre Flament
|
ed6696e6bf
|
[mod] add external_urls.json and wikidata_units.json
|
2020-10-28 08:09:25 +01:00 |
Alexandre Flament
|
5e7060053c
|
[mod] ahmia_filter.py: minor changes
- use result['parsed_url']
- load ahmia_blacklist.txt in searx.datae
|
2020-10-27 20:00:04 +01:00 |
Alexandre Flament
|
a9dc54bebc
|
[mod] Add searx.data module
Instead of loading the data/*.json in different location,
load these files in the new searx.data module.
|
2020-10-07 10:29:34 +02:00 |