Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-10072

Can't find document by {"password":"password"}

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major - P3 Major - P3
    • None
    • 2.4.4
    • Querying
    • None
    • debian 7 x64
    • ALL

    Description

      Db can't find document, see results from console please:

      > db.ForbiddenPassword.find({"password":/password/});
      { "_id" : ObjectId("51d1cb55e533dd5b47f9e33d"), "password" : "password9" }
      { "_id" : ObjectId("51d1cb54e533dd5b47f9c7b3"), "password" : "password" }
      { "_id" : ObjectId("51d1cb54e533dd5b47f9ca1f"), "password" : "password1" }
      { "_id" : ObjectId("51d1cb54e533dd5b47f9d677"), "password" : "passwords" }
      { "_id" : ObjectId("51d1cb54e533dd5b47f9dc55"), "password" : "password2" }
      > db.ForbiddenPassword.find({"password":"password"});
      > 
      (nothing found)

      Attachments

        Activity

          People

            Unassigned Unassigned
            eugene_oz Evgeniy Tuboltsev
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: