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

Commit

Permalink
fix(types): add state.removeNumericRefinement (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Nov 18, 2019
1 parent 5b3fc11 commit e58c24a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,11 @@ declare namespace algoliasearchHelper {
): SearchParameters;
removeHierarchicalFacet(facet: string): SearchParameters;
removeHierarchicalFacetRefinement(facet: string): SearchParameters;
removeNumericRefinement(
attribute: string,
operator?: string,
value?: string
): SearchParameters;
removeTagRefinement(tag: string): SearchParameters;
setDisjunctiveFacets(facets: string[]): SearchParameters;
setFacets(facets: string[]): SearchParameters;
Expand Down

0 comments on commit e58c24a

Please sign in to comment.