From fec33715add996ae0a7125ad00ee043d288c6671 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wieland=20Sch=C3=B6bl?= Date: Wed, 21 Aug 2019 10:34:04 +0200 Subject: [PATCH] feat: add @filterable tags --- src/things/abstract/academic-term.ts | 1 + src/things/abstract/creative-work.ts | 1 + src/things/abstract/thing-with-categories.ts | 1 + src/things/abstract/thing.ts | 1 + src/things/academic-event.ts | 1 + src/things/building.ts | 1 + src/things/dish.ts | 1 + 7 files changed, 7 insertions(+) diff --git a/src/things/abstract/academic-term.ts b/src/things/abstract/academic-term.ts index d46322d5..f6210f9d 100644 --- a/src/things/abstract/academic-term.ts +++ b/src/things/abstract/academic-term.ts @@ -25,6 +25,7 @@ export interface SCAcademicTermWithoutReferences * Short name of the academic term, using the given pattern * * @aggregatable + * @filterable * @keyword */ acronym: string; diff --git a/src/things/abstract/creative-work.ts b/src/things/abstract/creative-work.ts index d0265224..703cd851 100644 --- a/src/things/abstract/creative-work.ts +++ b/src/things/abstract/creative-work.ts @@ -44,6 +44,7 @@ export interface SCCreativeWorkWithoutReferences * Keywords of the creative work * * @aggregatable + * @filterable * @keyword */ keywords?: string[]; diff --git a/src/things/abstract/thing-with-categories.ts b/src/things/abstract/thing-with-categories.ts index 0b75f3bf..a61ae394 100644 --- a/src/things/abstract/thing-with-categories.ts +++ b/src/things/abstract/thing-with-categories.ts @@ -29,6 +29,7 @@ export interface SCThingWithCategoriesWithoutReferences