Merge pull request #6955 from bolcom/default-catalog-collator-filter
Allow the entities indexed by DefaultCatalogCollator to be filtered by kind
This commit is contained in:
@@ -68,7 +68,7 @@ export default async function createPlugin({
|
||||
// particular collator gathers entities from the software catalog.
|
||||
indexBuilder.addCollator({
|
||||
defaultRefreshIntervalSeconds: 600,
|
||||
collator: new DefaultCatalogCollator({ discovery }),
|
||||
collator: DefaultCatalogCollator.fromConfig(config, { discovery }),
|
||||
});
|
||||
|
||||
indexBuilder.addCollator({
|
||||
|
||||
Reference in New Issue
Block a user