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

Commit

Permalink
chore(ts): add searchOnlyWithDerivedHelpers (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv authored Jul 23, 2019
1 parent bf2b0d3 commit a8103ad
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 @@ -73,6 +73,11 @@ declare namespace algoliasearchHelper {
*/
search(): this;

/**
* Private method to only search on derived helpers
*/
searchOnlyWithDerivedHelpers(): this;

/**
* Gets the search query parameters that would be sent to the Algolia Client
* for the hits
Expand Down

0 comments on commit a8103ad

Please sign in to comment.