diff --git a/packages/client-search/src/types/DeleteByFiltersOptions.ts b/packages/client-search/src/types/DeleteByFiltersOptions.ts index 22edbe014..d80181997 100644 --- a/packages/client-search/src/types/DeleteByFiltersOptions.ts +++ b/packages/client-search/src/types/DeleteByFiltersOptions.ts @@ -12,14 +12,14 @@ export type DeleteByFiltersOptions = { /** * Filter on numeric attributes. */ - readonly numericFilters?: string | readonly string[] | ReadonlyArray; + readonly numericFilters?: string | readonly string[] | ReadonlyArray; /** * Filter hits by tags. tagFilters is a different way of filtering, which relies on the _tags * attribute. It uses a simpler syntax than filters. You can use it when you want to do * simple filtering based on tags. */ - readonly tagFilters?: string | readonly string[] | ReadonlyArray; + readonly tagFilters?: string | readonly string[] | ReadonlyArray; /** * Search for entries around a central geolocation, enabling a geo search within a circular area. diff --git a/packages/client-search/src/types/SearchOptions.ts b/packages/client-search/src/types/SearchOptions.ts index e5615152a..1b28be7be 100644 --- a/packages/client-search/src/types/SearchOptions.ts +++ b/packages/client-search/src/types/SearchOptions.ts @@ -24,14 +24,14 @@ export type SearchOptions = { /** * Filter on numeric attributes. */ - readonly numericFilters?: string | readonly string[] | ReadonlyArray; + readonly numericFilters?: string | readonly string[] | ReadonlyArray; /** * Filter hits by tags. tagFilters is a different way of filtering, which relies on the _tags * attribute. It uses a simpler syntax than filters. You can use it when you want to do * simple filtering based on tags. */ - readonly tagFilters?: string | readonly string[] | ReadonlyArray; + readonly tagFilters?: string | readonly string[] | ReadonlyArray; /** * Determines how to calculate the total score for filtering.