summaryrefslogtreecommitdiffstats
path: root/install/static/search.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/search.js')
-rw-r--r--install/static/search.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/install/static/search.js b/install/static/search.js
index 061824cc..a111e0ca 100644
--- a/install/static/search.js
+++ b/install/static/search.js
@@ -206,6 +206,11 @@ function ipa_search_widget(spec) {
function on_success(data, text_status, xhr) {
+ var action_panel = that.facet.get_action_panel();
+ $('li.entity-facet', action_panel).
+ addClass('entity-facet-disabled');
+ $('input', action_panel).val(null);
+
that.tbody.empty();
var result = data.result.result;
@@ -215,7 +220,6 @@ function ipa_search_widget(spec) {
}
var summary = $('span[name=summary]', that.tfoot);
-
if (data.result.truncated) {
summary.text(
'Query returned results than configured size limit will show.' +