typeahead in device search now works for interface aliases

This commit is contained in:
Oliver Gorwits
2013-02-17 11:34:08 +00:00
parent 3829254fc8
commit 992086084b
4 changed files with 4 additions and 2 deletions

View File

@@ -142,6 +142,7 @@ $(document).ready(function() {
return process(data);
});
}
,matcher: function () { return true; } // trust backend
,minLength: 3
});