[DOCS-6675] Comment on: "manual/reference/operator/query/eq.txt" Created: 30/Nov/15  Updated: 17/Sep/18  Resolved: 17/Sep/18

Status: Closed
Project: Documentation
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Major - P3
Reporter: Engin Kartal Assignee: Jonathan DeStefano
Resolution: Done Votes: 0
Labels: bite-sized
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Location: https://docs.mongodb.org/manual/reference/operator/query/eq/#op._S_eq
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36
Referrer: https://docs.mongodb.org/manual/reference/operator/query/
Screen Resolution: 1366 x 768
repo: docs
source: reference/operator/query/eq


Participants:
Days since reply: 5 years, 21 weeks, 2 days ago
Story Points: 0.25

 Description   

this record does not exist
{ _id: 5, item:

{ name: "mn", code: "000" }

, qty: 20, tags: [ [ "A", "B" ], "C" ] }

Example Data:

{ _id: 1, item:

{ name: "ab", code: "123" }

, qty: 15, tags: [ "A", "B", "C" ] }
{ _id: 2, item:

{ name: "cd", code: "123" }

, qty: 20, tags: [ "B" ] }
{ _id: 3, item:

{ name: "ij", code: "456" }

, qty: 25, tags: [ "A", "B" ] }
{ _id: 4, item:

{ name: "xy", code: "456" }

, qty: 30, tags: [ "B", "A" ] }



 Comments   
Comment by Anthony Sansone (Inactive) [ 17/Sep/18 ]

The example indicated shows that the correct documents would be found with the find provided.

Generated at Thu Feb 08 07:52:46 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.