diff --git a/packages/client-search/src/types/Rule.ts b/packages/client-search/src/types/Rule.ts index 34b3f06e5..ecca56b36 100644 --- a/packages/client-search/src/types/Rule.ts +++ b/packages/client-search/src/types/Rule.ts @@ -133,6 +133,11 @@ export type Condition = { */ readonly pattern?: string; + /** + * Apply this rule only when the filter matches. + */ + readonly filters?: string; + /** * is | startsWith | endsWith | contains: Whether the pattern must match the beginning or the end of the query string, or both, or none. */