feat(search): add configurable default search type via app-config.yaml

Signed-off-by: Vödisch, Alexander <A72749@eon.com>
This commit is contained in:
Vödisch, Alexander
2026-01-26 09:44:06 +01:00
parent 10ff5397b8
commit 1da4e0eca2
5 changed files with 15 additions and 3 deletions
+5
View File
@@ -17,6 +17,11 @@
export interface Config {
/** Configuration options for the search plugin */
search?: {
/**
* The default search type to be used when no specific type is selected.
* @visibility frontend
*/
defaultType?: string;
/**
* An object representing the default search query configuration.
* By configuring and modifying the values of this object,