Skip to content

Commit ed320a8

Browse files
feat(types): add hide in renderingContent facet values (#1529)
* feat(types): add hide in renderingContent facet values * trigger --------- Co-authored-by: Clément Vannicatte <[email protected]>
1 parent ba2d858 commit ed320a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/client-search/src/types/Settings.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,10 @@ export type Settings = {
344344
*/
345345
readonly values?: {
346346
readonly [facet: string]: {
347+
/**
348+
* Hide facet values
349+
*/
350+
readonly hide?: readonly string[];
347351
/**
348352
* pinned order of facet values
349353
*/

0 commit comments

Comments
 (0)