-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement]: support NOT LIKE expr #36725
Labels
kind/enhancement
Issues or changes related to enhancement
Comments
I just realized also NOT LIKE expr doesn't work, any ETA for it to work? |
@zhagnlu is working on that and ideally it shouldn't take too long |
jiangyinzuo
added a commit
to jiangyinzuo/milvus
that referenced
this issue
Nov 1, 2024
UnaryRange expr now suports `PrefixMatch`, `PrefixNotMatch`, `Match` and `NotMatch` operator. In this way, `... not like ...` expr should be faster than `not ... like ...` expr, it fuses `not` and `like` exprs. closes: milvus-io#36725 Signed-off-by: Yinzuo Jiang <[email protected]> Signed-off-by: Yinzuo Jiang <[email protected]>
jiangyinzuo
added a commit
to jiangyinzuo/milvus
that referenced
this issue
Nov 1, 2024
UnaryRange expr now suports `PrefixMatch`, `PrefixNotMatch`, `Match` and `NotMatch` operator. In this way, `... not like ...` expr should be faster than `not ... like ...` expr, it fuses `not` and `like` exprs. closes: milvus-io#36725 Signed-off-by: Yinzuo Jiang <[email protected]> Signed-off-by: Yinzuo Jiang <[email protected]>
jiangyinzuo
added a commit
to jiangyinzuo/milvus
that referenced
this issue
Nov 1, 2024
UnaryRange expr now suports `PrefixMatch`, `PrefixNotMatch`, `Match` and `NotMatch` operator. In this way, `... not like ...` expr should be faster than `not ... like ...` expr, it fuses `not` and `like` exprs. closes: milvus-io#36725 Signed-off-by: Yinzuo Jiang <[email protected]> Signed-off-by: Yinzuo Jiang <[email protected]>
jiangyinzuo
added a commit
to jiangyinzuo/milvus
that referenced
this issue
Nov 1, 2024
UnaryRange expr now suports `PrefixMatch`, `PrefixNotMatch`, `Match` and `NotMatch` operator. In this way, `... not like ...` expr should be faster than `not ... like ...` expr, it fuses `not` and `like` exprs. closes: milvus-io#36725 Signed-off-by: Yinzuo Jiang <[email protected]> Signed-off-by: Yinzuo Jiang <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
What would you like to be added?
now, milvus not support "not like" expr
Why is this needed?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: