Skip to content

Instantly share code, notes, and snippets.

@digamber89
Created March 28, 2022 07:24
Show Gist options
  • Save digamber89/7b8bb403399bfaaf37ddab8d5b6dd570 to your computer and use it in GitHub Desktop.
Save digamber89/7b8bb403399bfaaf37ddab8d5b6dd570 to your computer and use it in GitHub Desktop.
Analytics Middleware - Typesense
(function ($) {
document.addEventListener('cmswt_search_state_changed', function (e) {
console.log('event',e.detail);
})
//jquery
$(document).on('click','.hit-content a',function(){
console.log(window.SearchWithTypesenseState);
})
})(jQuery)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment