Adding 'is_searchable' status for tables which should be full-text searchable.
[arvados.git] / services / api / app / models / job_task.rb
index 7d568e952a6c20eb69781708db5d0627bab11080..03310cc88bc6193d8a2b55b50ca63d6b0260c76e 100644 (file)
@@ -17,6 +17,10 @@ class JobTask < ArvadosModel
     t.add :success
   end
 
+  def is_searchable
+    true
+  end
+
   protected
 
   def delete_created_job_tasks_if_failed