I have a home page with ajax search widget in it (in the menu), when user searches, it shows results and a link “Show x more” when I click on it, it redirects me to the same home page with query parameters (/?s=n23&et_search=true&post_type=product), but it doesn’t show any products of course in the home page, I need it to redirect me to the Shop page where filtered products show be shown, how can I modify this ?