123456789101112 |
- use schematic
- db.createUser({ user: "schematic", pwd: "schematic", roles: [ "readWrite", "dbAdmin", { role: "dbOwner", db: "schematic" } ]})
- db.runCommand({compact: "attachments.files"})
- db.runCommand({compact: "attachments.chunks"})
- use admin
- query with Collation {locale: "en", strength : 2}
- {$or: [{$text : {$search : "blue"}} , { manufacturer: "swr"}, {model: "OM"}]}
|