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
Markus Heiser d5ecda9930 [mod] move language recognition to get_search_query_from_webapp
To set the language from language recognition and hold the value selected by the
client, the previous implementation creates a copy of the SearchQuery object and
manipulates the SearchQuery object by calling function replace_auto_language().

This patch tries to implement a similar functionality in a more central place,
in function get_search_query_from_webapp() when the SearchQuery object is build
up.

Additional this patch uses the language preferred by the client, if language
recognition does not have a match / the existing implementation does not care
about client preferences and uses 'all' in case of no match.

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
1 year ago
..
answerers [fix] issue reported by pylint 22.1.0 3 years ago
data Update searx.data - update_engine_descriptions.py 1 year ago
enginelib [fix] searxng_extra/update/update_engine_descriptions.py (part 1) 1 year ago
engines [fix] searxng_extra/update/update_engine_descriptions.py (part 1) 1 year ago
infopage [fix] minor typo in de/search-syntax page 1 year ago
metrics [fix] prepare for pylint 2.14.0 2 years ago
network [mod] Shuffle httpx's default ciphers of a SSL context randomly. 1 year ago
plugins [mod] limiter: block unmaintained Farside instances 1 year ago
search [mod] move language recognition to get_search_query_from_webapp 1 year ago
static [build] /static 1 year ago
templates/simple [fix] don't show a category if there is no active engine in 1 year ago
translations [translations] update from Weblate 1 year ago
__init__.py [format.python] initial formatting of the python code 3 years ago
autocomplete.py [mod] remove obsolete EngineTraits.supported_languages 1 year ago
babel_extract.py [mod] move category and names of constants to searx/searxng.msg 2 years ago
compat.py [fix] pyright repported errors 2 years ago
exceptions.py [doc] Add doc-strings to searx.exceptions 2 years ago
external_bang.py External bang: bug fix: URL encode the query so "!!g 1+1" works as intended 2 years ago
external_urls.py [fix] typos / reported by @kianmeng in searx PR-3366 2 years ago
flaskfix.py [format.python] initial formatting of the python code 3 years ago
locales.py [mod] replace utils.match_language by locales.match_locale 1 year ago
preferences.py [mod] add a Preferences.client property to store client prefs 1 year ago
query.py [mod] replace searx.languages by searx.sxng_locales 1 year ago
redisdb.py move searx.shared.redisdb to searx.redisdb 2 years ago
redislib.py [mod] redislib - optimize LUA script registration. 2 years ago
results.py [fix] typos / reported by @kianmeng in searx PR-3366 2 years ago
searxng.msg [mod] clarify the difference of the default category and subgrouping 1 year ago
settings.yml [fix] Gigablast.com has been erased 1 year ago
settings_defaults.py [mod] replace searx.languages by searx.sxng_locales 1 year ago
settings_loader.py [fix] categories can't be removed from UI (categories_as_tabs) 1 year ago
sxng_locales.py Update searx.data - update_engine_traits.py 1 year ago
unixthreadname.py [format.python] initial formatting of the python code 3 years ago
utils.py [mod] replace utils.match_language by locales.match_locale 1 year ago
version.py SearXNG version: YYYY.MM.DD without leading zero 2 years ago
webadapter.py [mod] move language recognition to get_search_query_from_webapp 1 year ago
webapp.py [mod] move language recognition to get_search_query_from_webapp 1 year ago
webutils.py [mod] in the preference page, show !bang of subgrouping categories 1 year ago