From 376031d6b45c595ef0bcf3dba61fb3119e5ba645 Mon Sep 17 00:00:00 2001 From: birchmyname <40603201+BirchKwok@users.noreply.github.com> Date: Tue, 23 Apr 2024 22:28:53 +0800 Subject: [PATCH] Update queries.ipynb --- tutorials/queries.ipynb | 1 - 1 file changed, 1 deletion(-) diff --git a/tutorials/queries.ipynb b/tutorials/queries.ipynb index 5604e20..c0fd8b7 100644 --- a/tutorials/queries.ipynb +++ b/tutorials/queries.ipynb @@ -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",