I am using Algolia instantsearch.js as my site search.
The setup process was rather easy and straightforward, including .js and .css files, creating templates and then create one more .js file with app()
function for setting up my app (appId, apiKey, indexName) and widgets.
What I need is a function that will execute each time a search function ran, preferably right after the hits are shown.
Maybe there is a widget for that?
Thanks!