feat: add @filterable tags

This commit is contained in:
Wieland Schöbl
2019-08-21 10:34:04 +02:00
parent 6dcca89257
commit fec33715ad
7 changed files with 7 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ export interface SCAcademicTermWithoutReferences
* Short name of the academic term, using the given pattern * Short name of the academic term, using the given pattern
* *
* @aggregatable * @aggregatable
* @filterable
* @keyword * @keyword
*/ */
acronym: string; acronym: string;

View File

@@ -44,6 +44,7 @@ export interface SCCreativeWorkWithoutReferences
* Keywords of the creative work * Keywords of the creative work
* *
* @aggregatable * @aggregatable
* @filterable
* @keyword * @keyword
*/ */
keywords?: string[]; keywords?: string[];

View File

@@ -29,6 +29,7 @@ export interface SCThingWithCategoriesWithoutReferences<T, U extends SCThingWith
* *
* @sortable ducet * @sortable ducet
* @aggregatable * @aggregatable
* @filterable
*/ */
categories: T[]; categories: T[];

View File

@@ -89,6 +89,7 @@ export interface SCThingWithoutReferences {
* Type of the thing * Type of the thing
* *
* @sortable ducet * @sortable ducet
* @filterable
* @aggregatable * @aggregatable
*/ */
type: SCThingType; type: SCThingType;

View File

@@ -33,6 +33,7 @@ export interface SCAcademicEventWithoutReferences
* Majors of the academic event that this event belongs to * Majors of the academic event that this event belongs to
* *
* @aggregatable * @aggregatable
* @filterable
* @keyword * @keyword
*/ */
majors?: string[]; majors?: string[];

View File

@@ -46,6 +46,7 @@ export interface SCBuildingWithoutReferences
* *
* @sortable ducet * @sortable ducet
* @aggregatable * @aggregatable
* @filterable
*/ */
categories: SCBuildingCategories[]; categories: SCBuildingCategories[];

View File

@@ -47,6 +47,7 @@ export interface SCDishWithoutReferences
* *
* @sortable ducet * @sortable ducet
* @aggregatable * @aggregatable
* @filterable
*/ */
categories: SCDishCategories[]; categories: SCDishCategories[];