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
*
* @aggregatable
* @filterable
* @keyword
*/
acronym: string;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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