searxng/client/simple/src
Bnyro 9dfdd30da0 [fix] search: autocomplete focus on results page
This has been a regression introduced with the removal of
the unmaintained autocomplete.js library.

We should only focus the search bar on the main search page at `/`
and not at the results page located at `/search`.

I'm not sure if there's a better way to figure out if
we're on the results page than checking if the id of the
main element is `#main_results`, checking the path
obviously isn't a better solution because it can differ
depending on the instance / reverse proxy / ....

- related to 32823ecb69
- closes https://github.com/searxng/searxng/issues/4846
2025-05-25 18:04:18 +02:00
..
brand [web-client] simple theme: move src/brand to client/simple/src 2025-02-28 12:27:41 +01:00
js [fix] search: autocomplete focus on results page 2025-05-25 18:04:18 +02:00
less [refactor] search.js: use custom auto completion implementation 2025-05-22 15:16:54 +02:00
svg [web-client] simple theme: move SVGs to client/simple/src and deploy to static by plg_svg2svg 2025-02-28 12:27:41 +01:00