We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74972a1 commit 5032d6fCopy full SHA for 5032d6f
packages/client-search/src/types/Rule.ts
@@ -133,6 +133,11 @@ export type Condition = {
133
*/
134
readonly pattern?: string;
135
136
+ /**
137
+ * Apply this rule only when the filter matches.
138
+ */
139
+ readonly filters?: string;
140
+
141
/**
142
* is | startsWith | endsWith | contains: Whether the pattern must match the beginning or the end of the query string, or both, or none.
143
0 commit comments