5417: add "unreadable inputs provided" visual cue for an editable pipeline instance.
[arvados.git] / apps / workbench / app / assets / javascripts / filterable.js
index 861bf3955d757ce7f640303e09ebb82b30817aaa..27473ad28585a7d44504465299bfbb4cc4656916 100644 (file)
@@ -55,7 +55,7 @@ function updateFilterableQueryNow($target) {
     if (newquery == null || newquery == '') {
       params.filters = [];
     } else {
-      params.filters = [['any', '@@', newquery]];
+      params.filters = [['any', '@@', newquery.concat(':*')]];
     }
     $target.data('infinite-content-params-filterable', params);
     $target.data('filterable-query', newquery);