[Bug]: [json-inverted] The query returns unexpected results when using like %
to match infix or suffix in the json value
#41386
Labels
kind/bug
Issues or changes related a bug
severity/critical
Critical, lead to crash, data missing, wrong result, function totally doesn't work.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Milestone
Is there an existing issue for this?
Environment
Current Behavior
server
client
for example:
example:
result
query with like
z1%
,%z1
,%z1%
z1%
return 0, expected 0 actual 0%z1
return 0, expected 50000 actual 0%z1%
return 0, expected 550000 actual 0Expected Behavior
No response
Steps To Reproduce
https://argo-workflows.zilliz.cc/archived-workflows/qa/dd7b4df8-4dea-41f1-96ae-90db1e7bdcbc?nodeId=zong-json-key-cron-1744819200-2223764376
Milvus Log
pods:
Anything else?
No response
The text was updated successfully, but these errors were encountered: