Skip to content

Commit e062c04

Browse files
authored
Clarify array query mistakes in notebook
Added a note about common mistakes in querying arrays that is missing here but present in other languages.
1 parent bd691fd commit e062c04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

java/11_find_arrays.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@
209209
"metadata": {},
210210
"source": [
211211
"## Don't make this mistake!"
212+
"\n",
213+
"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."
212214
]
213215
},
214216
{

0 commit comments

Comments
 (0)