Skip to content

Commit 3849d85

Browse files
authored
Merge pull request #8 from mongodb-developer/ljhaywar-patch-3
Update 2-search-inside-objects-in-arrays.mdx
2 parents ecdb103 + 43aab08 commit 3849d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/40-using-arrays/2-search-inside-objects-in-arrays.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 👐 Searching inside Objects in arrays
22

3-
In our books we're using the [Attribute Pattern](https://www.mongodb.com/developer/products/mongodb/attribute-pattern/) to have different attributes in our documents. As we can see in the [sample doc](/docs/simple-queries/project) we have an `attributes` array, containing several objects, each with the same structure:
3+
In the books collection, we're using the [Attribute Pattern](https://www.mongodb.com/developer/products/mongodb/attribute-pattern/) to store different attributes in our documents. As we can see in the [sample doc](/docs/simple-queries/project), we have an `attributes` array, containing several objects, each with the same structure:
44

55
```js
66
attributes: [

0 commit comments

Comments
 (0)