mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-30 23:46:28 +00:00 
			
		
		
		
	Make all search tests pass, fix distinctAttribute bug
This commit is contained in:
		| @@ -26,7 +26,6 @@ fn test_phrase_search_with_stop_words_given_criteria(criteria: &[Criterion]) { | ||||
|     let mut search = Search::new(&txn, &index); | ||||
|     search.query("\"the use of force\""); | ||||
|     search.limit(10); | ||||
|     search.authorize_typos(false); | ||||
|     search.terms_matching_strategy(TermsMatchingStrategy::All); | ||||
|  | ||||
|     let result = search.execute().unwrap(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user