Addition of "doctype"/datatype as another possible facet and search element to use

This commit is contained in:
Porras-Bernardez 2024-08-19 15:45:52 +02:00
parent 110c2db8bf
commit 03a55f6a58
7 changed files with 42 additions and 10 deletions

View file

@ -34,6 +34,8 @@ export default class ActiveFacetCategory extends Vue {
return "creator";
case "subjects":
return "keyword";
case "doctype":
return "datatype";
default:
return this.categoryName;
}