mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-31 16:06:31 +00:00 
			
		
		
		
	Fix compiler warnings/errors
This commit is contained in:
		| @@ -52,6 +52,7 @@ fn main() -> Result<(), Box<dyn Error>> { | ||||
|                 &(!query.trim().is_empty()).then(|| query.trim().to_owned()), | ||||
|                 // what a the from which when there is | ||||
|                 TermsMatchingStrategy::Last, | ||||
|                 false, | ||||
|                 &None, | ||||
|                 &None, | ||||
|                 0, | ||||
|   | ||||
| @@ -37,7 +37,7 @@ use self::interner::Interner; | ||||
| use self::ranking_rules::{BoxRankingRule, RankingRule}; | ||||
| use self::resolve_query_graph::compute_query_graph_docids; | ||||
| use self::sort::Sort; | ||||
| use crate::search::new::distinct::{apply_distinct_rule, DistinctOutput}; | ||||
| use crate::search::new::distinct::apply_distinct_rule; | ||||
| use crate::{ | ||||
|     AscDesc, Filter, Index, MatchingWords, Member, Result, SearchResult, TermsMatchingStrategy, | ||||
|     UserError, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user