Markus Heiser
|
8205f170ff
[mod] pylint all engines without PYLINT_SEARXNG_DISABLE_OPTION
|
10 months ago |
Markus Heiser
|
2274d55d5a
[mod] add option max_page
|
1 year ago |
Markus Heiser
|
5720844fcd
[doc] rearranges Settings & Engines docs for better readability
|
1 year ago |
Markus Heiser
|
e8706fb738
[fix] engine & network issues / documentation and type annotations
|
1 year ago |
pankaj
|
4900c091a6
use logger.warning
|
1 year ago |
Markus Heiser
|
2ffd446e5c
[mod] clarify the difference of the default category and subgrouping
|
2 years ago |
Markus Heiser
|
4d4aa13e1f
[mod] remove obsolete EngineTraits.supported_languages
|
2 years ago |
Markus Heiser
|
6e5f22e558
[mod] replace engines_languages.json by engines_traits.json
|
2 years ago |
Alexandre Flament
|
269326063a
Fix: don't crash when engine or name is missing in settings.yml
|
2 years ago |
Markus Heiser
|
ba8959ad7c
[fix] typos / reported by @kianmeng in searx PR-3366
|
2 years ago |
Markus Heiser
|
fbf07237ff
[fix] and improve docs generated from source code.
|
2 years ago |
Markus Heiser
|
8df1f0c47e
[mod] add 'Accept-Language' HTTP header to online processores
|
2 years ago |
Alexandre Flament
|
5bcbec9b06
Fix: use sys.modules.copy() to avoid RuntimeError
|
2 years ago |
Léon Tiekötter
|
0cbf73a1f4
Allow 'using_tor_proxy' to be set for each engine individually
|
3 years ago |
Martin Fischer
|
576e19dad1
[fix] add default for "about" engine property
|
3 years ago |
Martin Fischer
|
bb06758a7b
[refactor] add type hints & remove Setting._post_init
|
3 years ago |
Martin Fischer
|
d01e8aa8cc
[mod] introduce searx.engines.Engine for type hinting
|
3 years ago |
Martin Fischer
|
1e195f5b95
[mod] move group_engines_in_tab to searx.webutils
|
3 years ago |
Martin Fischer
|
ab90e2ac49
[enh] show categories not in any tab category in "Other" preferences tab
|
3 years ago |
Martin Fischer
|
8e9ad1ccc2
[enh] introduce categories_as_tabs
|
3 years ago |
Martin Fischer
|
df34b1ddcf
[enh] settings.yml: allow granular overwrites for about
|
3 years ago |
Markus Heiser
|
61ce0c2244
[fix] bing engines: fetch_supported_languages
|
3 years ago |
Markus Heiser
|
3d96a9839a
[format.python] initial formatting of the python code
|
3 years ago |
Markus Heiser
|
19e41c137e
[mod] set 'engine.supported_languages' from the origin python module
|
3 years ago |
Alexandre Flament
|
f8793fbda0
[fix] logger per engine: make .logger is always initialized
|
3 years ago |
Markus Heiser
|
f0059b80ed
[pylint] engines: drop no longer needed 'missing-function-docstring'
|
3 years ago |
Markus Heiser
|
7b235a1c36
[mod] one logger per engine
|
3 years ago |
Alexandre Flament
|
8375974dff
[fix] sys.exit(1) when there is duplicate engine name
|
3 years ago |
Markus Heiser
|
8908937046
[mod] searx.engines.load_engine return None instead of sys.exit(1)
|
3 years ago |
Alexandre Flament
|
70a9208972
[mod] searx.engines.__init__: refactoring
|
3 years ago |