Skip to content
This repository was archived by the owner on Sep 9, 2026. It is now read-only.

Commit 8c0582f

Browse files
author
Joan Fontanals Martinez
committed
docs: improve filtering docstrings
1 parent d5cb02f commit 8c0582f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docarray/utils/filter.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ def filter_docs(
1313
) -> AnyDocArray:
1414
"""
1515
Filter the Documents in the index according to the given filter query.
16-
16+
The query follows the syntax of MongoDB query language (https://www.mongodb.com/docs/manual/tutorial/query-documents/#specify-conditions-using-query-operators).
17+
You can see a list of the supported operators here (https://www.mongodb.com/docs/manual/reference/operator/query/#std-label-query-selectors)
1718
1819
1920
---

0 commit comments

Comments
 (0)