Skip to content

Commit

Permalink
Merge branch 'master' into feat/recommend
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Jun 23, 2021
2 parents 03bd1a2 + 831a3de commit a42e67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client-search/src/types/Rule.ts
Expand Up @@ -124,7 +124,7 @@ export type ConsequenceParams = {
* Same syntax as automaticFacetFilters, but the engine treats the filters as optional.
* Behaves like optionalFilters.
*/
readonly automaticOptionalFacetFilters?: readonly AutomaticFacetFilter[];
readonly automaticOptionalFacetFilters?: readonly AutomaticFacetFilter[] | readonly string[];

/**
* Content defining how the search interface should be rendered.
Expand Down

0 comments on commit a42e67c

Please sign in to comment.