You've already forked AstralRinth
forked from didirus/AstralRinth
Ignore spaces when parsing facets (#846)
This commit is contained in:
@@ -152,6 +152,7 @@ fn parse_facet(facet: &String) -> Option<(String, String, String)> {
|
|||||||
val.push_str(&iterator.collect::<String>());
|
val.push_str(&iterator.collect::<String>());
|
||||||
return Some((key, operator, val));
|
return Some((key, operator, val));
|
||||||
}
|
}
|
||||||
|
' ' => continue,
|
||||||
_ => key.push(char),
|
_ => key.push(char),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user