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

chore(ts): add searchOnlyWithDerivedHelpers #739

Merged
merged 1 commit into from
Jul 23, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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