[fix] engine anaconda - add missing about configuration (#6308)

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser
2026-06-24 10:45:40 +02:00
committed by GitHub
parent e3713717f2
commit f9f3d089ec
2 changed files with 8 additions and 2 deletions

View File

@@ -207,6 +207,7 @@ class EngineAbout(msgspec.Struct, kw_only=True):
use_official_api: bool = False use_official_api: bool = False
"""SearXNG engine makes use of the official API or not""" """SearXNG engine makes use of the official API or not"""
require_api_key: bool = False require_api_key: bool = False
"""API requires a key or not.""" """API requires a key or not."""
@@ -217,8 +218,7 @@ class EngineAbout(msgspec.Struct, kw_only=True):
"""Brief description of the engine and where it gets its data from. """Brief description of the engine and where it gets its data from.
This value should only be set as long as no description of the data source This value should only be set as long as no description of the data source
is available via a :py:obj:`EngineAbout.wikidata_id`. is available via a :py:obj:`EngineAbout.wikidata_id`."""
"""
language: str = "" language: str = ""
"""Deprecated! Migrate your setting from `engine.about.language` to """Deprecated! Migrate your setting from `engine.about.language` to

View File

@@ -443,6 +443,12 @@ engines:
timeout: 6.0 timeout: 6.0
shortcut: conda shortcut: conda
disabled: true disabled: true
about:
website: https://anaconda.org/search
wikidata_id: Q18209310
official_api_documentation: https://api.anaconda.org/search
use_official_api: false
results: HTML
- name: arch linux wiki - name: arch linux wiki
engine: archlinux engine: archlinux