You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(This bug was initially reported internally and did not have a public issue on github. I'm creating one now for a customer to track the status in a public way)
In PWA Kit, If multiple query parameters exist for the same key, only one is respected.
Observe that only the price=50..100 filter is active, while the color=black and size=7 (both sub-keys under the parent refine key) should be active, they are not.
Expected result
Duplicate query param keys for refine should all be selected (in the example above color=black, size=7 and price=50..100 should all be selected)
Actual result
only the price=50..100 filter is active, while the color=black and size=7 (both sub-keys under the parent refine key) should be active, they are not.
System Information (as applicable)
Browser: Node version: pwa-kit version: Desktop OS: Mobile Device Info:
Additional information
Feel free to attach a screenshot.
The text was updated successfully, but these errors were encountered:
bfeister
changed the title
[BUG] Multi-Value Query Params Do not Pass Through `pwa-kit-runtime SDK
[BUG] Multi-Value Query Params Do not Pass Through pwa-kit-runtime SDK
Apr 4, 2023
Summary
(This bug was initially reported internally and did not have a public issue on github. I'm creating one now for a customer to track the status in a public way)
In PWA Kit, If multiple query parameters exist for the same key, only one is respected.
Steps To Reproduce
price=50..100
filter is active, while thecolor=black
andsize=7
(both sub-keys under the parentrefine
key) should be active, they are not.Expected result
Duplicate query param keys for
refine
should all be selected (in the example abovecolor=black
,size=7
andprice=50..100
should all be selected)Actual result
only the
price=50..100
filter is active, while thecolor=black
andsize=7
(both sub-keys under the parentrefine
key) should be active, they are not.System Information (as applicable)
Browser:
Node version:
pwa-kit version:
Desktop OS:
Mobile Device Info:
Additional information
Feel free to attach a screenshot.
The text was updated successfully, but these errors were encountered: