Merge pull request #28611 from jvmdc/FilterAsArrayInConfigSchema

search-backend-module-catalog: filter can be array in config schema
This commit is contained in:
Fredrik Adelöw
2025-08-04 13:26:22 +02:00
committed by GitHub
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