mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-28 01:01:00 +00:00
Resolve code modification suggestions
This commit is contained in:
@ -240,9 +240,7 @@ impl FacetCondition {
|
||||
let value = items.next().unwrap();
|
||||
let (result, svalue) = pest_parse(value);
|
||||
|
||||
// TODO we must normalize instead of lowercase.
|
||||
let svalue = svalue.to_lowercase();
|
||||
|
||||
Ok(Operator(fid, Equal(result.ok(), svalue)))
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user