diff options
author | fenn-cs <fenn25.fn@gmail.com> | 2023-11-09 17:46:37 +0100 |
---|---|---|
committer | fenn-cs <fenn25.fn@gmail.com> | 2023-11-10 11:27:32 +0100 |
commit | 13d03f45a3735dc44ccdbebf7bedb0825460a477 (patch) | |
tree | f6ab70c286f817ba4f45ab3f8dc4731c5f5119fd /config | |
parent | 20b3338288e85772ad74b956f566b80ce7a4cfb9 (diff) | |
download | nextcloud-server-13d03f45a3735dc44ccdbebf7bedb0825460a477.tar.gz nextcloud-server-13d03f45a3735dc44ccdbebf7bedb0825460a477.zip |
Add unified search toggle in config
The new global search UI is new and might be unstable, hence
we are giving users the option to use the old unified search UI, if
the encounter signficant bottlenecks.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 9043dbd00aa..ab86feedb85 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -2395,4 +2395,11 @@ $CONFIG = [ * Defaults to ``true`` */ 'reference_opengraph' => true, + +/** + * Enable use of old unified search + * + * Defaults to ``false`` + */ +'unified_search.enabled' => false, ]; |