diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2025-10-03 08:40:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-03 08:40:24 +0200 |
| commit | c6f1ea12b1d7c4088680295a8e19a598466fabb6 (patch) | |
| tree | 706ef81fe64fa11fcf23548e0f3d0b628c8196f0 /searx/settings.yml | |
| parent | 06e4f4f758d9494cbb7916079a4743ea11f5c374 (diff) | |
[fix] engine - cppreference has no longer a search function (#5273)
cppreference has replaced its search (``mwiki/index.php?title=``) with a DDG
search.
The engine was first introduced in SearXNG with PR-3274 [1], and even back then
the mediawiki proved to be incompatible, which is why the API could not be used
at the time. Now there isn't even a dedicated search function anymore.. I think
the cppreference project suffers from a lack of maintenance.
[1] https://github.com/searxng/searxng/pull/3247
Closes: https://github.com/searxng/searxng/issues/5271
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 9b85692fc..a455e8cad 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -665,12 +665,6 @@ engines: api_key: "" inactive: true - - name: cppreference - engine: cppreference - shortcut: cpp - paging: false - disabled: true - - name: crossref engine: crossref shortcut: cr |