Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
rephrase
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Oct 7, 2021
1 parent b617e07 commit caf3814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Expand Up @@ -433,8 +433,8 @@ declare namespace algoliasearchHelper {
*/
hierarchicalFacets?: SearchParameters.HierarchicalFacet[];
/**
* When a * is detected as one of the facets requested, all facets that are
* not starting with "-" are removed from the request, to cache more often.
* When a * is detected as one of the facets requested, it will be the only
* facet requested, to cache more often.
* @default false
*/
expandWildcardFacets: boolean;
Expand Down

0 comments on commit caf3814

Please sign in to comment.