Routing
        sulu_search.website_search
        Matched route
    
Route Parameters
| Name | Value | 
|---|---|
| _format | "html" | 
| prefix | "karriere/de/" | 
Route Matching Logs
    Path to match: 
/karriere/de/search
| # | Route name | Path | Log | 
|---|---|---|---|
| 1 | form_save | /formdata/save | Path does not match | 
| 2 | user_context_hash | /_fos_user_context_hash | Path does not match | 
| 3 | 2fa_login_check_admin | /admin/2fa_check | Path does not match | 
| 4 | sulu_media.website.image.proxy | /uploads/media/{slug} | Path does not match | 
| 5 | sulu_media.website.media.download | /media/{id}/download/{slug} | Path does not match | 
| 6 | sulu_media.website.media.download_admin | /admin/media/{id}/download/{slug} | Path does not match | 
| 7 | sulu_search.website_search | /{prefix}search.{_format} | Route matches! | 
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.