generate documentation from config.sample.php

This commit is contained in:
Morris Jobke 2017-07-06 03:35:33 +02:00
parent f7e34262af
commit 448380227e

View File

@ -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
-------------------------------