File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/client-search/src/types Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export type DeleteByFiltersOptions = {
7
7
/**
8
8
* Filter hits by facet value.
9
9
*/
10
- readonly facetFilters ?: string | readonly string [ ] | ReadonlyArray < readonly string [ ] > ;
10
+ readonly facetFilters ?: string | readonly string [ ] | ReadonlyArray < readonly string [ ] | string > ;
11
11
12
12
/**
13
13
* Filter on numeric attributes.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export type SearchOptions = {
14
14
/**
15
15
* Filter hits by facet value.
16
16
*/
17
- readonly facetFilters ?: string | readonly string [ ] | ReadonlyArray < readonly string [ ] > ;
17
+ readonly facetFilters ?: string | readonly string [ ] | ReadonlyArray < readonly string [ ] | string > ;
18
18
19
19
/**
20
20
* Create filters for ranking purposes, where records that match the filter are ranked highest.
You can’t perform that action at this time.
0 commit comments