in src/query.rs [30:34]
fn as_exact_query(&self, meta: &ClubcardIndexEntry) -> Equation<W> { let mut exact_eq = self.as_query(meta.exact_filter_m); exact_eq.s += meta.exact_filter_offset; exact_eq }