Merge remote-tracking branch 'origin/master' into origin-2228-check-filter-uuid-columns
[arvados.git] / services / api / app / models / collection.rb
index 620b74a96ab90c6fce71a16864b2160dcc71558e..600c07511b67e249cb0ae312ebbf9ad5e5c8b9cb 100644 (file)
@@ -128,6 +128,10 @@ class Collection < ArvadosModel
     end
   end
 
+  def self.uuid_like_pattern
+    "________________________________+%"
+  end
+
   def self.normalize_uuid uuid
     hash_part = nil
     size_part = nil