Skip to content

Commit

Permalink
chore(nx-dev): enable search click through rate (#29311)
Browse files Browse the repository at this point in the history
Enables `insights` on Algolia search component so that click through
rate will be tracked on the search analytics
  • Loading branch information
isaacplmann authored Dec 11, 2024
1 parent c9ef2f5 commit 6434ab3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nx-dev/feature-search/src/lib/algolia-search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ export function AlgoliaSearch({
router.push(itemUrl);
},
}}
insights={true}
hitComponent={Hit}
transformItems={(items) => {
return items.map((item, index) => {
Expand Down

0 comments on commit 6434ab3

Please sign in to comment.