Skip to content

Commit

Permalink
Merge pull request #1316 from impresso:issue-1266
Browse files Browse the repository at this point in the history
[issue-1266] allowed collections
  • Loading branch information
theorm authored Oct 3, 2024
2 parents f897c7c + c9509ca commit 21b6f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/SearchNgrams.vue
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ export default {
const query = {
filters: filters.map(toCanonicalFilter),
limit: 0,
facets: SupportedFacetTypes.filter(f => f !== 'collection'),
facets: SupportedFacetTypes,
group_by: 'articles'
}
const facets = await searchService
Expand Down

0 comments on commit 21b6f51

Please sign in to comment.