Преглед на файлове

HUE-4805 [search] HTML widget preview update does not happen automatically

Romain Rigaux преди 9 години
родител
ревизия
34da3e37ad
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      apps/search/src/search/static/search/js/search.ko.js

+ 1 - 0
apps/search/src/search/static/search/js/search.ko.js

@@ -512,6 +512,7 @@ var Collection = function (vm, collection) {
   self.template.extracode.extend({rateLimit: {timeout: 3000, method: "notifyWhenChangesStop"}});
   self.template.template.extend({rateLimit: {timeout: 3000, method: "notifyWhenChangesStop"}});
   self.template.template.subscribe(function () {
+    vm.resultsHash = '';
     vm.search();
   });
   self.template.isGridLayout.subscribe(function () {