search-backend-module-catalog: filter can be array in config schema

Signed-off-by: Jesper Vahlstrup Madsen <jvm@danskecommodities.com>
This commit is contained in:
Jesper Vahlstrup Madsen
2025-01-23 22:13:44 +01:00
parent 496888a89f
commit d9bda0fadb
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-search-backend-module-catalog': patch
---
Allow filter to be an array in config schema
+1 -1
View File
@@ -36,7 +36,7 @@ export interface Config {
*
* Defaults to no filter, ie indexing all entities.
*/
filter?: object;
filter?: object | object[];
/**
* The number of entities to process at a time. Keep this at a
* reasonable number to avoid overloading either the catalog or the