Describe the way we want to group the facet strings

This commit is contained in:
Kerollmops
2021-06-23 11:27:17 +02:00
parent f858f64b1f
commit 851f979039
2 changed files with 124 additions and 0 deletions

View File

@ -5,5 +5,6 @@ pub(crate) use self::parser::Rule as ParserRule;
mod facet_distribution;
mod facet_number;
mod facet_string;
mod filter_condition;
mod parser;