forked from geolba/tethys.frontend
Addition of "doctype"/datatype as another possible facet and search element to use
This commit is contained in:
parent
110c2db8bf
commit
03a55f6a58
7 changed files with 42 additions and 10 deletions
|
@ -82,7 +82,8 @@ export class Suggestion {
|
|||
export enum SearchType {
|
||||
Title = "title",
|
||||
Author = "author",
|
||||
Subject = "subjects" // ** !! The field has this name in OpenSearch!!
|
||||
Subject = "subjects", // ** !! The field has this name in OpenSearch!!
|
||||
Doctype = "doctype"
|
||||
}
|
||||
|
||||
export class DbDataset {
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue