|
@@ -422,7 +422,7 @@ var FilteredList = function(array, filterText) {
|
|
|
this.all = array;
|
|
this.all = array;
|
|
|
this.filtered = array;
|
|
this.filtered = array;
|
|
|
this.filterText = filterText || "";
|
|
this.filterText = filterText || "";
|
|
|
- this.exactMatch = false;
|
|
|
|
|
|
|
+ this.exactMatch = true;
|
|
|
};
|
|
};
|
|
|
(function(){
|
|
(function(){
|
|
|
this.setFilter = function(str) {
|
|
this.setFilter = function(str) {
|