Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config.sample.php user.search_min_length #31156

Merged
merged 1 commit into from
Apr 17, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions config/config.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,16 @@
*/
'accounts.enable_medial_search' => true,

/**
* Defines the minimum characters entered before a search returns results for
* users or groups in the share autocomplete form. Lower values increase search
* time especially for large backends.
* Any exact matches to a user or group will be returned, even though less than
* the minimum characters have been entered. The search is case insensitive.
* e.g. entering "tom" will always return "Tom" if there is an exact match.
*/
'user.search_min_length' => 4,

/**
* Mail Parameters
*
Expand Down