forked from extern/egroupware
Change minimum characters to 4 to avoid long queries on large installs.
This commit is contained in:
parent
6fa2cab7e2
commit
084fb28864
@ -531,7 +531,7 @@ var et2_link_entry = et2_inputWidget.extend(
|
|||||||
|
|
||||||
legacyOptions: ["only_app", "application_list"],
|
legacyOptions: ["only_app", "application_list"],
|
||||||
search_timeout: 500, //ms after change to send query
|
search_timeout: 500, //ms after change to send query
|
||||||
minimum_characters: 2, // Don't send query unless there's at least this many chars
|
minimum_characters: 4, // Don't send query unless there's at least this many chars
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
|
Loading…
Reference in New Issue
Block a user