From add63869e2c9fc509ecd096f2944dd1de02007f9 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 17 Dec 2020 03:55:17 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 495685309..d094570ab 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -1598,10 +1598,17 @@ Defaults to ``\OC\Share20\ProviderFactory`` :: - 'sharing.maxAutocompleteResults' => 0, + 'sharing.maxAutocompleteResults' => 25, -Define max number of results returned by the user search for auto-completion -Default is unlimited (value set to 0). +Define max number of results returned by the search for auto-completion of +users, groups, etc. The value must not be lower than 0 (for unlimited). + +If more, different sources are requested (e.g. different user backends; or +both users and groups), the value is applied per source and might not be +truncated after collecting the results. I.e. more results can appear than +configured here. + +Default is 25. ::