The entries in the catalog of search languages are build up from the "Engine
Traits" [1] and which entries are included in the catalog is controlled qby two
threshold values [2].
If possible, the values should ensure that no languages or regions disappear
from the catalog of search languages [3].
The threshold values should have been adjusted in commit 30a8204:
- ``min_eng_per_region = 18``
- ``min_eng_per_lang = 22``
Because the threshold values were not adjusted, many entries were missing in the
search language catalog. This bug has been fixed with this patch: the threshold
values have been adjusted and the catalog of search languages has been completed
again.
[1] https://docs.searxng.org/dev/engines/enginelib.html#module-searx.enginelib.traits
[2]
|
||
---|---|---|
.. | ||
__init__.py | ||
update_ahmia_blacklist.py | ||
update_currencies.py | ||
update_engine_descriptions.py | ||
update_engine_traits.py | ||
update_external_bangs.py | ||
update_firefox_version.py | ||
update_locales.py | ||
update_osm_keys_tags.py | ||
update_pygments.py | ||
update_wikidata_units.py |