| Path : /var/www/html/57575sms/vendor/mongodb/mongodb/tests/Collection/spec-tests/read/ |
| Current File : /var/www/html/57575sms/vendor/mongodb/mongodb/tests/Collection/spec-tests/read/find-collation.json |
{
"data": [
{
"_id": 1,
"x": "ping"
}
],
"minServerVersion": "3.4",
"serverless": "forbid",
"tests": [
{
"description": "Find with a collation",
"operation": {
"name": "find",
"arguments": {
"filter": {
"x": "PING"
},
"collation": {
"locale": "en_US",
"strength": 2
}
}
},
"outcome": {
"result": [
{
"_id": 1,
"x": "ping"
}
]
}
}
]
}