search/query with invalid expr: id in [0] and no error is returned.
pymilvus can return error
pymilvus.exceptions.MilvusException: <MilvusException: (code=1100, message=failed to create query plan: cannot parse expression: field in [1, 2], error: field field not exist: invalid parameter)>
Is there an existing issue for this?
Current Behavior
id in [0]
and no error is returned.pymilvus can return error
Expected Behavior
No response
Steps To Reproduce