Ignore spaces when parsing facets (#846)
This commit is contained in:
parent
9d54c41a2b
commit
9c70c35669
@ -152,6 +152,7 @@ fn parse_facet(facet: &String) -> Option<(String, String, String)> {
|
||||
val.push_str(&iterator.collect::<String>());
|
||||
return Some((key, operator, val));
|
||||
}
|
||||
' ' => continue,
|
||||
_ => key.push(char),
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user