Filter by subset #34822
Unanswered
shabeerak
asked this question in
Q&A and General discussion
Filter by subset
#34822
Replies: 3 comments 1 reply
-
No such operator. |
Beta Was this translation helpful? Give feedback.
0 replies
-
can't you do ARRAY_CONTAINS_ALL([7, 8], color_coord)? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Currently, filtering with a field as a subset is not supported, an issue has been logged: #35134 . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I see Milvus supports filtering array filtering with contains all.
filter="ARRAY_CONTAINS_ALL(color_coord, [7, 8])"
Is there a way to filter if color_coord is a subset of an input array filter.
Say, all elements of color_coord is a member of the input array filter?
thanks!
Beta Was this translation helpful? Give feedback.
All reactions