Searched defs:minChars (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/solr/example/solr/conf/velocity/
H A Djquery.autocomplete.js237 if ( currentValue.length >= options.minChars) {
392 minChars: 1,
450 // track all options for minChars = 0
478 // keep track of minChars zero items
517 // don't search through the stMatchSets[""] (minChars: 0) cache
536 for (var i = q.length - 1; i >= options.minChars; i--) {

Completed in 23 milliseconds