diff options
| author | Bnyro <bnyro@tutanota.com> | 2023-09-09 16:49:14 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-09-18 21:29:11 +0200 |
| commit | a55e0ac553e608e5657573a8173aa5a040a49054 (patch) | |
| tree | d3d7dbdd8648e1f5007756628c2bc7cbfb19d774 /searx/settings.yml | |
| parent | 90b0bfd1bf30ecd6b6e8b54d300be5fba45aecca (diff) | |
[feat] search on category select without JS
Co-authored-by: Alexandre Flament <alex@al-f.net>
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index c601cbfa4..1d0ad1ab1 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -123,6 +123,9 @@ ui: theme_args: # style of simple theme: auto, light, dark simple_style: auto + # Perform search immediately if a category selected. + # Disable to select multiple categories at once and start the search manually. + search_on_category_select: true # Lock arbitrary settings on the preferences page. To find the ID of the user # setting you want to lock, check the ID of the form on the page "preferences". |