mongo.txt 560 B

123456789101112131415
  1. use schematics
  2. db.createUser({ user: "schematic", pwd: "schematic", roles: [ "readWrite", "dbAdmin", { role: "dbOwner", db: "schematics" } ]})
  3. db.runCommand({compact: "attachments.files"})
  4. db.runCommand({compact: "attachments.chunks"})
  5. use admin
  6. query with Collation {locale: "en", strength : 2}
  7. {$or: [{$text : {$search : "blue"}} , { manufacturer: "swr"}, {model: "OM"}]}
  8. https://127.0.0.1:9443/api/v1/schematics?query={"$fulltext":"\"blue \" \"Mesa\""}&offset=0&limit=10
  9. {"name": "w.klaas@gmx.de", "password":"akteon0000", "admin": true}