17170: Drop gateway_address from searchable columns.
[arvados.git] / services / api / app / models / container.rb
index a4da593ecdf70212486361e7d78a458b9aae0afd..52fc79e2c036be9e1cf536aba0975f0a07f5ca90 100644 (file)
@@ -102,11 +102,11 @@ class Container < ArvadosModel
   end
 
   def self.full_text_searchable_columns
-    super - ["secret_mounts", "secret_mounts_md5", "runtime_token"]
+    super - ["secret_mounts", "secret_mounts_md5", "runtime_token", "gateway_address"]
   end
 
   def self.searchable_columns *args
-    super - ["secret_mounts_md5", "runtime_token"]
+    super - ["secret_mounts_md5", "runtime_token", "gateway_address"]
   end
 
   def logged_attributes