From 4271b105313947d6b27ce5e1e19a680aeed33557 Mon Sep 17 00:00:00 2001
From: Kevin Brown
+ Sometimes when working with large data sets, it is more efficient to start + filtering the results when the search term is a certain length. This is + very common when working with remote data sets, as allows for only + significant search terms to be used. +
+ +minimumInputLength
DataAdapter
+ MinimumInputLength
+ + In some cases, search terms need to be limited to a certain range. Select2 + allows you to limit the length of the search term such that it does not + exceed a certain length. +
+ +maximumInputLength
DataAdapter
+ MaximumInputLength
+ + When working with smaller data sets, the search box can take up more space + that is necessary, as there are not enough results for filtering to be + effective. Select2 allows you to only display the search box when the + number of search results reaches a certain threshold. +
+ +minimumResultsForSearch
DropdownAdapter
+ MinimumResultsForSearch
+