From 448380227e6dde4164d99324fca4bb0451550bd9 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 6 Jul 2017 03:35:33 +0200 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 1a585f175..ddd01eb52 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -1225,6 +1225,20 @@ Replaces the default Share Provider Factory. This can be utilized if own or 3rdParty Share Providers be used that – for instance – uses the filesystem instead of the database to keep the share information. +:: + + 'sharing.maxAutocompleteResults' => 0, + +Define max number of results returned by the user search for auto-completion +Default is unlimited (value set to 0). + +:: + + 'sharing.minSearchStringLength' => 0, + +Define the minimum length of the search string before we start auto-completion +Default is no limit (value set to 0) + All other configuration options -------------------------------