Skip to main content
This page does not apply to installs made in 2025 or later of the Depict Shopify apps
Go back to where you implemented the DepictProvider and add the following configuration option:
 search={{
   searchPagePath: "SEARCH_RESULTS_PAGE_PATH",
}}
Where SEARCH_RESULTS_PAGE_PATH is the path to the page where you want to display the search results, for example /sv/search.
📘 The searchPagePath value must match the route path for your application’s search page component - after any redirects. Meaning it has to include the “market” if the URL will include that.
See the DepictProvider reference for more information.