Browse Source

Call onSearchQuery whether or not results are cached

Fixes https://github.com/Semantic-Org/Semantic-UI/issues/3106
pull/3277/head
Machisté N. Quintana 9 years ago
committed by Jack
parent
commit
949d51e79d
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/modules/search.js

2
src/definitions/modules/search.js

@ -436,8 +436,8 @@ $.fn.search = function(parameters) {
else {
module.error(error.source);
}
settings.onSearchQuery.call(element, searchTerm);
}
settings.onSearchQuery.call(element, searchTerm);
}
else {
module.hideResults();

Loading…
Cancel
Save