From 32823ecb69b115a6726475d6421f0a1c0327fafa Mon Sep 17 00:00:00 2001 From: Bnyro Date: Mon, 17 Mar 2025 20:19:13 +0100 Subject: [refactor] search.js: use custom auto completion implementation The previously used library is unmaintained for 6 years now [1] and the solution had know issues [2][3] [1] https://github.com/searxng/searxng/pull/4284#discussion_r1954493434 [2] https://github.com/searxng/searxng/pull/4318#issuecomment-2731576657 [3] https://github.com/privau/searxng/issues/56 --- searx/templates/simple/search.html | 1 + searx/templates/simple/simple_search.html | 1 + 2 files changed, 2 insertions(+) (limited to 'searx') diff --git a/searx/templates/simple/search.html b/searx/templates/simple/search.html index b26e27821..180c56160 100644 --- a/searx/templates/simple/search.html +++ b/searx/templates/simple/search.html @@ -9,6 +9,7 @@ +
{% set display_tooltip = true %} diff --git a/searx/templates/simple/simple_search.html b/searx/templates/simple/simple_search.html index f69ba6142..af533e6e0 100644 --- a/searx/templates/simple/simple_search.html +++ b/searx/templates/simple/simple_search.html @@ -5,6 +5,7 @@ +
-- cgit v1.2.3