Skip to content

Commit

Permalink
chore(ts): add searchOnlyWithDerivedHelpers (algolia/algoliasearch-he…
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Nov 18, 2019
1 parent 7a93e1a commit 326ce1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/algoliasearch-helper/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 326ce1e

Please sign in to comment.