diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2026-05-30 14:43:50 +0200 |
|---|---|---|
| committer | Brock Vojkovic <brock@vojk.au> | 2026-05-30 22:43:50 +0800 |
| commit | 4ac822fd7fbb5bd35b3e0d8695e4942fbc4d202a (patch) | |
| tree | 43b6d3b44b51813c817cafc4d5647e89b3d33f9b /client | |
| parent | e1d25c5078dfc5c8b3ba90e818d25eff1b0135ce (diff) | |
[mod] typification of the preference settings
no functional change / except the missing online doc which is now available::
$ make docs.live
$ xdg-open "http://127.0.0.1:8000/admin/settings/settings_preferences.html"
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'client')
| -rw-r--r-- | client/simple/src/js/toolkit.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/simple/src/js/toolkit.ts b/client/simple/src/js/toolkit.ts index c007e3251..6157f31ad 100644 --- a/client/simple/src/js/toolkit.ts +++ b/client/simple/src/js/toolkit.ts @@ -5,7 +5,6 @@ import type { KeyBindingLayout } from "./main/keyboard.ts"; // synced with searx/webapp.py get_client_settings type Settings = { plugins?: string[]; - advanced_search?: boolean; autocomplete?: string; autocomplete_min?: number; doi_resolver?: string; |
