Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion java/11_find_arrays.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,9 @@
"id": "1e62db28",
"metadata": {},
"source": [
"## Don't make this mistake!"
"## Don't make this mistake!",
"\n",
"The query below will try to find books that have exactly two genres (Poetry and Fiction) in the designated order. The query looks for an exact match of the array. Usually we want to search inside the array."
]
},
{
Expand Down