Fixing facetedsearch

This commit is contained in:
Porras-Bernardez 2024-06-19 11:12:53 +02:00
parent d135ab2d50
commit 95c7c8ba7b
8 changed files with 246 additions and 210 deletions

View file

@ -1,7 +1,7 @@
export interface SolrSettings {
core: string;
host: string;
}
// export interface SolrSettings {
// core: string;
// host: string;
// }
export interface OpenSettings {
core: string;