Resolve code modification suggestions

This commit is contained in:
Kerollmops 2021-05-31 15:22:50 +02:00
parent 5012cc3a32
commit 1c0a5cd136
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
3 changed files with 0 additions and 4 deletions

View file

@ -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)))
}