Skip to content

Commit

Permalink
Merge pull request #363 from A-Behairi/dev
Browse files Browse the repository at this point in the history
fix: itemfilter configuration and style
  • Loading branch information
silvester-pari authored Nov 9, 2023
2 parents 599b356 + 379ad15 commit 6bd151e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pages/metrics.vue
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export default {
{ id: "geometry", key: "geometry", type: "spatial", title: "Geometry" },
{
id: "search",
keys: ["title", "themes"],
keys: ["title", "themes", "variable"],
title: "Freetext search",
type: "text",
},
Expand Down
12 changes: 8 additions & 4 deletions pages/search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
<v-col
cols="12"
md="3"
class="order-2 order-md-3"
class="fill-height order-2 order-md-3"
style="position: relative"
>
<v-row>
<v-row style="overflow-y: auto; max-height: 100%">
<v-col cols="12">
<eox-itemfilter
class="row mb-4"
class="row mb-4 fill-height"
style="position: relative; z-index: 1"
></eox-itemfilter>
</v-col>
Expand Down Expand Up @@ -128,7 +128,11 @@ export default {
titleProperty: "title",
filterProperties: [
{ key: "geometry", type: "spatial", title: "Region", expanded: true },
{ keys: ["title", "themes"], title: "Search", type: "text" },
{
keys: ["title", "themes", "variable"],
title: "Search",
type: "text",
},
{ key: "theme" },
{ key: "variable" },
{ key: "project" },
Expand Down

0 comments on commit 6bd151e

Please sign in to comment.