Sha256: aa456db1e92c6567c0290e5b8f9a6c351c43f627503c6ca64478906488a2b617
Contents?: true
Size: 508 Bytes
Versions: 11
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://docs.mongodb.com/manual/reference/collation/#collation-document outcome: result: - {_id: 1, x: 'ping'}
Version data entries
11 entries across 11 versions & 1 rubygems