Merge branch 'master' into 4523-search-index
[arvados.git] / services / api / app / models / arvados_model.rb
index d99473301ae3915de8a0634b84cf81a1d2bc3106..a170fb9b54368e3d8f77689604e2d1d5dd7ff301 100644 (file)
@@ -60,7 +60,7 @@ class ArvadosModel < ActiveRecord::Base
     textonly_operator = !operator.match(/[<=>]/)
     self.columns.select do |col|
       case col.type
-      when :string
+      when :string, :text
         true
       when :datetime, :integer, :boolean
         !textonly_operator