Go back to where you implemented the DepictProvider and add the following configuration option:
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.
Go back to where you implemented the DepictProvider and add the following configuration option:
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.