Skip to content

Commit

Permalink
Update queries.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
BirchKwok authored Apr 23, 2024
1 parent f1994d4 commit 376031d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tutorials/queries.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,6 @@
" FieldCondition(key='test', matcher=MatchField('test_0')), # Support for filtering fields\n",
" IDCondition(MatchID([1, 2, 3, 4, 5])) # Support for filtering IDs\n",
" ], \n",
" # The must and any parameters cannot be specified at the same time.\n",
" # any=[\n",
" # FieldCondition(key='field', matcher=MatchField('test_1')),\n",
" # FieldCondition(key='order', matcher=MatchField(8, comparator=operator.ge)),\n",
Expand Down

0 comments on commit 376031d

Please sign in to comment.