mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Update forgotten snapshot from previous commit
This commit is contained in:
parent
374095d42c
commit
899baa0ea5
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ fn test_stop_words_in_phrase() {
|
||||||
s.query("how \"to\" train \"The dragon");
|
s.query("how \"to\" train \"The dragon");
|
||||||
s.terms_matching_strategy(TermsMatchingStrategy::Last);
|
s.terms_matching_strategy(TermsMatchingStrategy::Last);
|
||||||
let SearchResult { documents_ids, .. } = s.execute().unwrap();
|
let SearchResult { documents_ids, .. } = s.execute().unwrap();
|
||||||
insta::assert_snapshot!(format!("{documents_ids:?}"), @"[]");
|
insta::assert_snapshot!(format!("{documents_ids:?}"), @"[3, 6, 5]");
|
||||||
|
|
||||||
let mut s = Search::new(&txn, &index);
|
let mut s = Search::new(&txn, &index);
|
||||||
s.query("\"to\"");
|
s.query("\"to\"");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue