Datatype facet improved with user-friendly terms for the different types.
This commit is contained in:
parent
03a55f6a58
commit
0126ae9f85
7 changed files with 81 additions and 15 deletions
|
|
@ -31,6 +31,7 @@
|
|||
<div class="col col-8 column is-8 results_column" style="padding-top: 1.2rem; padding-right: 1rem; padding-left: 1rem">
|
||||
<div v-if="activeFilterCategories && Object.keys(activeFilterCategories).length > 0" class="column">
|
||||
<span v-for="(values, key, index) in activeFilterCategories" v-bind:key="index" class="active-filter-items">
|
||||
<!-- {{ values }} {{key}} {{index }} -->
|
||||
<active-facet-category
|
||||
v-bind:filterItems="values"
|
||||
v-bind:categoryName="key"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue