I have 4 images on my homepage, each representing a different category in my marketplace.
I separately have a search page where all listings can be found and searched.
When one of the 4 images on the home page is clicked, I’d like it to navigate to the search page, and only display listings that are in the category that the image represents.
I have the workflow to navigate to the correct page, and that works, and displays ALL listings, but I can’t work out how to get it to only display those in a specific category. I’ve tried: Go To Page Browse > Search for Listings > Each Item’s Category contains > Name of category
But I can’t seem to conclude the workflow sufficiently. What am I missing?
you could send extra parameters to the target page (to transfer the selected category to the landingpage).
then you can access this parameter and use it for your search query.
hope that helps.
When you on the element, use the workflow Go to page to go to the listing page using a parameter that is the same type of the repeating group data and set the parameter as the current cell data
When you go to the listing page, set the repeating group constraint category= page parameter. That will display the list based of the category