فهرست منبع

[hbase] query reload fix

Kevin Wang 12 سال پیش
والد
کامیت
d3ab937
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      apps/hbase/static/js/controls.js

+ 1 - 0
apps/hbase/static/js/controls.js

@@ -144,6 +144,7 @@ var SmartViewModel = function(options)
   self.searchQuery.subscribe(function goToRow(value) //make this as nice as the renderfucnction and split into two, also fire not down on keyup events
   {
     var inputs = value.split(searchRenderers['rowkey']['select']);
+    self.querySet.removeAll();
     for(var i=0;i<inputs.length;i++)
     {
       if(inputs[i].trim() != "" && inputs[i].trim() != ',')