diff options
| author | Ivan Gabaldon <igabaldon@inetol.net> | 2026-03-03 11:47:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-03 11:47:15 +0100 |
| commit | f6e360a1348a4ddb0ac87a836a22f9e18e1ef98d (patch) | |
| tree | 226b84314a900a0247a9c708b639e1533ad96766 /docs | |
| parent | bc31c29d8ab0ea38a121cd6f54ffba9ed72d8f73 (diff) | |
[mod] engines: remove stract engine (#5800)
Engine probably dead, developer doesn't have time to maintain it anymore:
- https://github.com/StractOrg/stract/issues/267
Related:
- https://github.com/searxng/searxng/pull/3099
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/admin/settings/settings_search.rst | 1 | ||||
| -rw-r--r-- | docs/dev/search_api.rst | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/docs/admin/settings/settings_search.rst b/docs/admin/settings/settings_search.rst index 40c2607ad..b4ee39086 100644 --- a/docs/admin/settings/settings_search.rst +++ b/docs/admin/settings/settings_search.rst @@ -47,7 +47,6 @@ - ``seznam`` - ``sogou`` - ``startpage`` - - ``stract`` - ``swisscows`` - ``wikipedia`` - ``yandex`` diff --git a/docs/dev/search_api.rst b/docs/dev/search_api.rst index 016bd2e29..3e8779af6 100644 --- a/docs/dev/search_api.rst +++ b/docs/dev/search_api.rst @@ -87,7 +87,7 @@ Parameters ``autocomplete`` : default from :ref:`settings search` [ ``google``, ``dbpedia``, ``duckduckgo``, ``mwmbl``, ``startpage``, - ``wikipedia``, ``stract``, ``swisscows``, ``qwant`` ] + ``wikipedia``, ``swisscows``, ``qwant`` ] Service which completes words as you type. |
