forked from geolba/tethys.frontend
Facetsearch progressed. Pending fixing onClearFacetCategoryOPEN behaviour. Facets menu doesn't work properly.
This commit is contained in:
parent
a70e454cbc
commit
da430d6142
6 changed files with 264 additions and 92 deletions
|
@ -80,9 +80,9 @@ export class Suggestion {
|
|||
// }
|
||||
|
||||
export enum SearchType {
|
||||
Title = "Title",
|
||||
Author = "Author",
|
||||
Subject = "Subject"
|
||||
Title = "title",
|
||||
Author = "author",
|
||||
Subject = "subject"
|
||||
}
|
||||
|
||||
export class DbDataset {
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue