We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee766bf commit 71de2a7Copy full SHA for 71de2a7
docs/guide/querying.rst
@@ -265,7 +265,7 @@ This is done by using ``__raw__`` keyword argument to the update method and prov
265
{'$set': {"tags.$[element]": 'test11111'}},
266
'array_filters': [{"element": {'$eq': 'test2'}}],
267
268
- # 'tags' field == ['test1', 'test11111', 'test3']
+ # updated 'tags' field == ['test1', 'test11111', 'test3']
269
270
)
271
0 commit comments