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

This commit is contained in:
Nathan Gray 2014-09-09 14:13:47 +00:00
parent c73cc6b398
commit 8cb9914d15

View File

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