mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Change minimum characters to 4 to avoid long queries on large installs.
This commit is contained in:
parent
c73cc6b398
commit
8cb9914d15
@ -531,7 +531,7 @@ var et2_link_entry = et2_inputWidget.extend(
|
||||
|
||||
legacyOptions: ["only_app", "application_list"],
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user