Can you use a single facet list component to drive multiple result lists? #1867
Unanswered
tombburnell
asked this question in
Q&A
Replies: 1 comment
-
@tombburnell It is very much possible to reactively update results of different-multiple ReactiveList (s).
I didn't quite get this, so maybe you want to explain a bit more. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to have multiple lists of results on my home page “Trending”, “Top Sellers” "editor picks" etc..
And I’d like to have a single multi-select facet control for “Genre” so that when the user selects the genre’s they are interested in, all result lists update to show only products in those selected genres.
I'd also like to store their selections for their next visit.
Is it possible and how would you structure it in reactivesearch?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions