Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-7449

Comment on: "manual/reference/operator/query/where.txt"

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Major - P3 Major - P3
    • Server_Docs_20231030
    • None
    • manual, Server

    Description

      In the middle of the page, the following lines are wrong.

      For example, consider the following query [1]:
      db.articles.find( { tags:

      { $all: [ [ "ssl", "security" ] ] }

      } )
      The query is equivalent to:
      db.articles.find( { $and: [

      { tags: [ "ssl", "security" ] }

      ] } )
      which is equivalent to:
      db.articles.find(

      { tags: [ "ssl", "security" ] }

      )

      Those 3 example query results couldn't be same or equal in some cases.

      Attachments

        Activity

          People

            Unassigned Unassigned
            xgen-internal-docs Docs Collector User (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              1 year, 14 weeks, 2 days ago