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

Prevent Personalized Results Shuffle #1210

Open
korgon opened this issue Nov 20, 2024 · 0 comments
Open

Prevent Personalized Results Shuffle #1210

korgon opened this issue Nov 20, 2024 · 0 comments
Labels
type: feature New functionality

Comments

@korgon
Copy link
Contributor

korgon commented Nov 20, 2024

When returning to a Searchspring powered PLP from a PDP the result set can be completely different due to personalization parameters changing and the result set being personalized; this can often lead to cases where the result that was just clicked on is no longer in the results - which is very confusing to the customer and bad UX.

One solution would be to rely more heavily on our network cache in these situations - however the cache is currently keyed by all of the request "cache" parameters (which currently includes personalization parameters 'shopper', lastViewed and cart). We could remove these from the cache key to potentially resolve.

https://github.com/searchspring/snap/blob/v0.61.5/packages/snap-client/src/Client/apis/Legacy.ts#L23

@korgon korgon added the type: feature New functionality label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature New functionality
Projects
None yet
Development

No branches or pull requests

1 participant