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
+1
View File
@@ -15,6 +15,7 @@ Configure the search query values via `app-config.yaml` to define how it behaves
```yaml
# app-config.yaml
search:
defaultType: 'software-catalog'
query:
pageLimit: 50
```