Sha256: dcfbe95a5b49a21921c1af36782306e78a22f8a1aec549df3651335acc8b6d72
Contents?: true
Size: 508 Bytes
Versions: 14
Compression:
Stored size: 508 Bytes
Contents
data: - {_id: 1, x: 'ping'} minServerVersion: '3.4' serverless: 'forbid' tests: - description: "Aggregate with collation" operation: name: aggregate arguments: pipeline: - $match: x: 'PING' collation: { locale: 'en_US', strength: 2 } # https://mongodb.com/docs/manual/reference/collation/#collation-document outcome: result: - {_id: 1, x: 'ping'}
Version data entries
14 entries across 14 versions & 2 rubygems