Skip to content

Commit

Permalink
fix fts search
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 16, 2025
1 parent 968d3a8 commit 87b8411
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 @@ -995,7 +995,7 @@ def test_milvus_restore_back_with_sparse_vector_text_match_datatype(self, includ
)
assert len(res) == 1
for r in res:
assert token in r["text"]
assert token.lower() in r["text"].lower()
if enable_full_text_search:
search_data = [fake_en.text()+f" {token} "]
res = c.search(
Expand Down

0 comments on commit 87b8411

Please sign in to comment.