enable faceted searches

This commit is contained in:
mpostma
2021-02-16 18:21:16 +01:00
parent 93ce32d94d
commit 91d6e90d5d
4 changed files with 106 additions and 84 deletions

View File

@ -67,7 +67,6 @@ impl TryFrom<SearchQueryGet> for SearchQuery {
matches: other.matches,
facet_filters,
facets_distribution,
facet_condition: None,
})
}
}