Skip to content

Commit

Permalink
Change order of filters: Komponenten, Informationstype,...
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Feb 17, 2021
1 parent 37fdf18 commit f897c88
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/components/Views/FacetedSearch.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,13 @@ const FacetedSearch = ({ data }) => {
aggName: 'kompasscomponent_agg.kompasscomponent_token',
}}
/>
<BucketAggregation
title="Informationstyp"
agg={{
field: 'informationtype',
aggName: 'informationtype_agg.informationtype_token',
}}
/>
<BucketAggregation
title="Zielpublikum"
agg={{
Expand All @@ -471,13 +478,6 @@ const FacetedSearch = ({ data }) => {
aggName: 'organisationunit_agg.organisationunit_token',
}}
/>
<BucketAggregation
title="Informationstyp"
agg={{
field: 'informationtype',
aggName: 'informationtype_agg.informationtype_token',
}}
/>
</Grid.Column>
</Grid.Row>
<Grid.Row>
Expand Down

0 comments on commit f897c88

Please sign in to comment.