mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 11:58:24 +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"],
|
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