Datatype facet improved with user-friendly terms for the different types.

This commit is contained in:
Porras-Bernardez 2024-08-26 16:36:09 +02:00
commit 0126ae9f85
7 changed files with 81 additions and 15 deletions

View file

@ -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"