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.