You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using an ajax elastic search, and I had to disable it globally to allow elastic search work:
$.Autocomplete.prototype.isBadQuery = function() {
return false;
};