-
Notifications
You must be signed in to change notification settings - Fork 34
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(atomic-commerce): products-per-page #4107
feat(atomic-commerce): products-per-page #4107
Conversation
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 |
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.
Something is wrong with the URL management.
Whenever the search page loads with the #perPage=
attribute in the URL, 2 search queries are triggered.
The second being the value in the perPage
value from the URL
However, when first loading a listing page, the perPage value does not have any effect on the component.
also Jira number? |
...ents/commerce/atomic-commerce-products-per-page/e2e/atomic-commerce-products-per-page.e2e.ts
Outdated
Show resolved
Hide resolved
...ents/commerce/atomic-commerce-products-per-page/e2e/atomic-commerce-products-per-page.e2e.ts
Outdated
Show resolved
Hide resolved
.../components/commerce/atomic-commerce-products-per-page/atomic-commerce-products-per-page.tsx
Outdated
Show resolved
Hide resolved
.../components/commerce/atomic-commerce-products-per-page/atomic-commerce-products-per-page.tsx
Outdated
Show resolved
Hide resolved
.../components/commerce/atomic-commerce-products-per-page/atomic-commerce-products-per-page.tsx
Outdated
Show resolved
Hide resolved
...ents/commerce/atomic-commerce-products-per-page/e2e/atomic-commerce-products-per-page.e2e.ts
Show resolved
Hide resolved
…ts-per-page/atomic-commerce-products-per-page.tsx Co-authored-by: Frederic Beaudoin <[email protected]>
…ts-per-page/atomic-commerce-products-per-page.tsx Co-authored-by: Frederic Beaudoin <[email protected]>
0ce4eb6
to
1d9b64a
Compare
PageGuard
to be "generic" (results->items)PageGuard
foratomic-per-page
https://coveord.atlassian.net/browse/KIT-3407