-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: update search action cause to browseResults in insight-search and pagination #4068
Conversation
packages/headless/src/features/pagination/pagination-insight-analytics-actions.ts
Outdated
Show resolved
Hide resolved
Pull Request ReportPR Title✅ Title follows the conventional commit spec. Live demo linksBundle Size
SSR Progress
Detailed logssearch : buildInteractiveResultsearch : buildInteractiveInstantResult search : buildInteractiveRecentResult search : buildInteractiveCitation search : buildGeneratedAnswer recommendation : missing SSR support product-recommendation : missing SSR support product-listing : missing SSR support case-assist : missing SSR support insight : missing SSR support commerce : missing SSR support |
packages/headless/src/controllers/insight/pager/headless-insight-pager.ts
Show resolved
Hide resolved
d3296c2
to
cc6834e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
This single line will need to be updated accordingly to allow the Quantic E2E tests to pass successfully:
ui-kit/packages/quantic/cypress/e2e/default-1/examples/insight-panel/insight-panel.cypress.ts
Line 90 in 35e1517
'pagerNumber', |
packages/headless/src/features/pagination/pagination-insight-analytics-actions.ts
Outdated
Show resolved
Hide resolved
…nd pagination The search action cause `pagerScrolling` has been updated to `browseResults` in the `insight-search` and `pagination` features. This change ensures consistent logging of user navigation actions. https://coveord.atlassian.net/browse/KIT-2983
4cf7cda
to
c9ed53b
Compare
The search action cause
pagerScrolling
has been updated tobrowseResults
in theinsight-search
andpagination
features. This change ensures consistent logging of user navigation actions.https://coveord.atlassian.net/browse/KIT-2983