Skip to content

Instantly share code, notes, and snippets.

@digamber89
Created April 13, 2022 09:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save digamber89/a7995909b57640adf6171a0c830fda1b to your computer and use it in GitHub Desktop.
Save digamber89/a7995909b57640adf6171a0c830fda1b to your computer and use it in GitHub Desktop.
Typesense - Analytics Middleware Hook
(function($){
document.addEventListener('tsfwc_search_state_changed', function (e) {
console.log('event',e.detail);
})
//jquery
$(document).on('click','.hit-content a',function(){
console.log(window.tsfwcSearchState);
})
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment