Change minimum characters to 4 to avoid long queries on large installs.

This commit is contained in:
Ralf Becker 2014-09-10 11:24:45 +00:00
parent 6fa2cab7e2
commit 084fb28864

View File

@ -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