소스 검색

[hbase] query reload fix

Kevin Wang 12 년 전
부모
커밋
d3ab937eda
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() != ',')