forked from geolba/tethys.frontend
Fixing facetedsearch
This commit is contained in:
parent
d135ab2d50
commit
95c7c8ba7b
8 changed files with 246 additions and 210 deletions
|
@ -20,7 +20,7 @@ export default class FacetCategory extends Vue {
|
|||
filterName!: string;
|
||||
|
||||
get alias(): string {
|
||||
console.log("filterName:", this.filterName);
|
||||
// console.log("filterName:", this.filterName);
|
||||
return this.filterName == "datatype" ? "doctype" : this.filterName;
|
||||
}
|
||||
|
||||
|
@ -54,7 +54,7 @@ export default class FacetCategory extends Vue {
|
|||
|
||||
@Emit("filter")
|
||||
activateItem(filterItem: FacetItem): FacetItem {
|
||||
// console.log(filterItem);
|
||||
// console.log("ActivateItem");
|
||||
filterItem.category = this.alias;
|
||||
filterItem.active = true;
|
||||
// this.$emit("filter", filterItem);
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue