Honestly, I'm not sure. If you look at the documentation, the search should work.
. .: D
.
, , , ; selectbox-like, . , . minLength: 0 .
$( ".selector" ).autocomplete({
search: function(event, ui) {
$.ajax{
success: function(data) {
if(data['status'] == false) {
}
else if(data['status'] == true){
}
}
}
}
});