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 27433a7 commit 831a3deCopy full SHA for 831a3de
packages/client-search/src/types/Rule.ts
@@ -124,7 +124,7 @@ export type ConsequenceParams = {
124
* Same syntax as automaticFacetFilters, but the engine treats the filters as optional.
125
* Behaves like optionalFilters.
126
*/
127
- readonly automaticOptionalFacetFilters?: readonly AutomaticFacetFilter[];
+ readonly automaticOptionalFacetFilters?: readonly AutomaticFacetFilter[] | readonly string[];
128
129
/**
130
* Content defining how the search interface should be rendered.
0 commit comments