Skip to content

Commit a2256b2

Browse files
committed
Use placeholder search
1 parent 3674e64 commit a2256b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/index/test_index_search_meilisearch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,6 @@ def test_attributes_to_search_on_search_no_match(index_with_documents):
462462
@pytest.mark.usefixtures("enable_vector_search")
463463
def test_vector_search(index_with_documents_and_vectors):
464464
response = index_with_documents_and_vectors().search(
465-
"Shazam", opt_params={"vector": [0.1, 0.2], "hybrid": {"semanticRatio": 1.0}}
465+
"", opt_params={"vector": [0.1, 0.2], "hybrid": {"semanticRatio": 1.0}}
466466
)
467467
assert len(response["hits"]) > 0

0 commit comments

Comments
 (0)