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:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user