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 = {
77 /**
88 * Filter hits by facet value.
99 */
10- readonly facetFilters ?: string | readonly string [ ] | ReadonlyArray < readonly string [ ] > ;
10+ readonly facetFilters ?: string | readonly string [ ] | ReadonlyArray < readonly string [ ] | string > ;
1111
1212 /**
1313 * Filter on numeric attributes.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export type SearchOptions = {
1414 /**
1515 * Filter hits by facet value.
1616 */
17- readonly facetFilters ?: string | readonly string [ ] | ReadonlyArray < readonly string [ ] > ;
17+ readonly facetFilters ?: string | readonly string [ ] | ReadonlyArray < readonly string [ ] | string > ;
1818
1919 /**
2020 * 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