Facetsearch progressed. Pending fixing onClearFacetCategoryOPEN behaviour. Facets menu doesn't work properly.

This commit is contained in:
Porras-Bernardez 2024-06-12 16:51:26 +02:00
parent a70e454cbc
commit da430d6142
6 changed files with 264 additions and 92 deletions

View file

@ -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 {