PHP Classes

File: vendor/mongodb/mongodb/tests/Collection/spec-tests/read/count-collation.json

Recommend this page to a friend!
  Classes of LAGGOUNE Walid   MongoDB Queue PHP Query Execute   vendor/mongodb/mongodb/tests/Collection/spec-tests/read/count-collation.json   Download  
File: vendor/mongodb/mongodb/tests/Collection/spec-tests/read/count-collation.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: MongoDB Queue PHP Query Execute
Query and execute multiple queries using MongoDB
Author: By
Last change:
Date: 4 years ago
Size: 834 bytes
 

Contents

Class file image Download
{ "data": [ { "_id": 1, "x": "PING" } ], "minServerVersion": "3.4", "tests": [ { "description": "Count documents with collation", "operation": { "name": "countDocuments", "arguments": { "filter": { "x": "ping" }, "collation": { "locale": "en_US", "strength": 2 } } }, "outcome": { "result": 1 } }, { "description": "Deprecated count with collation", "operation": { "name": "count", "arguments": { "filter": { "x": "ping" }, "collation": { "locale": "en_US", "strength": 2 } } }, "outcome": { "result": 1 } } ] }