Skip to content
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

Feature/mage 674 #1370

Merged
merged 3 commits into from Jul 27, 2023
Merged

Feature/mage 674 #1370

merged 3 commits into from Jul 27, 2023

Conversation

cammonro
Copy link
Contributor

Faceting params for PLP were previously harvested via backed on initial IS render. This approach generates the params via frontend upon rerender of the product card.

@mohitalgolia mohitalgolia changed the base branch from develop to release/3.11.0-beta July 27, 2023 11:33
@mohitalgolia mohitalgolia merged commit 8960bbb into release/3.11.0-beta Jul 27, 2023
3 checks passed
search.on('render', () => {
const cartForms = document.querySelectorAll('[data-role="tocart-form"]');
cartForms.forEach((form, i) => {
const ts = Date.now();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ts constant is not actually being used anywhere

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch - thanks! We'll be sure to remove this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants