11002: Merge branch 'master' into 11002-arvput-crash-fix
[arvados.git] / services / api / app / models / workflow.rb
index f78691492787734c362e9482aff7132238e50ff1..54fcf9b9ab98fde520d3aa1aa1bdfa9954b66f2c 100644 (file)
@@ -39,4 +39,8 @@ class Workflow < ArvadosModel
       end
     end
   end
+
+  def self.full_text_searchable_columns
+    super - ["definition"]
+  end
 end