feat(catalog): add query predicate field to EntityFacetsRequest

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2026-02-26 16:02:34 +01:00
parent 193bd00374
commit 2d1580b9bd
@@ -120,6 +120,10 @@ export interface EntityFacetsRequest {
* A filter to apply on the full list of entities before computing the facets.
*/
filter?: EntityFilter;
/**
* Predicate-based query for filtering entities.
*/
query?: FilterPredicate;
/**
* The facets to compute.
*