Adding 'is_searchable' status for tables which should be full-text searchable.
[arvados.git] / services / api / app / models / specimen.rb
index bcfcd7a5f2be49f5de232c6b076e17c38a0744bf..37de071519e6a46a4399593472e907eb54606b0d 100644 (file)
@@ -9,6 +9,10 @@ class Specimen < ArvadosModel
     t.add :properties
   end
 
+  def is_searchable
+    true
+  end
+
   def properties
     @properties ||= Hash.new
     super