Skip to content

Event "result" is not trigger on searchHelper #4924

Answered by Haroenv
exception0x876 asked this question in Q&A
Discussion options

You must be logged in to vote

It looks like this isn't the complete implementation of your interface. In the context of InstantSearch relying directly on the helper interface for anything other than reading items of SearchResults and setting SearchParameters in getWidgetSearchParameters is not supported.

A bit of background: the search actually happens on derived helpers only in InstantSearch, as this allowed us to implement multi-index with less changes. The search method on the helper instance is overridden to have that behaviour

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@anantakrishna
Comment options

@Haroenv
Comment options

@anantakrishna
Comment options

@Haroenv
Comment options

@anantakrishna
Comment options

Answer selected by exception0x876
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
Library: InstantSearch.js Issues in instantsearch.js
3 participants