Skip to content

Commit

Permalink
config.sample.php user.search_min_length
Browse files Browse the repository at this point in the history
  • Loading branch information
mmattel committed Apr 17, 2018
1 parent e361380 commit 0e0da3f
Showing 1 changed file with 10 additions and 0 deletions.
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.
* If the query matches exact patterns even there are less characters entered,
* the backend will return these matches, eg "Tom" will return "Tom" if there is
* an exact match even the minimum charactes entered is 4.
*/
'user.search_min_length' => 4,

/**
* Mail Parameters
*
Expand Down

0 comments on commit 0e0da3f

Please sign in to comment.