Skip to content

Commit

Permalink
fix text match
Browse files Browse the repository at this point in the history
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
  • Loading branch information
zhuwenxing committed Jan 15, 2025
1 parent 261c51a commit 83dcf21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testcases/test_restore_backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@ def test_milvus_restore_back_with_sparse_vector_text_match_datatype(self, includ
c.load()
if enable_text_match:
res = c.query(
expr=f"TextMatch(text, '{token}')",
expr=f"text_match(text, '{token}')",
output_fields=["text"],
limit=1
)
Expand Down

0 comments on commit 83dcf21

Please sign in to comment.