mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-30 23:46:28 +00:00 
			
		
		
		
	Update milli/src/search/query_tree.rs
Co-authored-by: Clément Renault <clement@meilisearch.com>
This commit is contained in:
		| @@ -67,7 +67,7 @@ impl Operation { | ||||
|  | ||||
|     fn phrase(mut words: Vec<String>) -> Self { | ||||
|         if words.len() == 1 { | ||||
|             Self::Query(Query {prefix: false, kind: QueryKind::exact(words.pop().unwrap())}) | ||||
|             Self::Query(Query { prefix: false, kind: QueryKind::exact(words.pop().unwrap()) }) | ||||
|         } else { | ||||
|             Self::Phrase(words) | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user