Routing
advancedsearch
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "en" |
Route Matching Logs
Path to match:
/en/search/advanced
# | Route name | Path | Log |
---|---|---|---|
1 | get_available_files | /admin/get_available_files | Path does not match |
2 | upload_catalogue | /admin/upload_catalogue | Path does not match |
3 | import_catalogue | /admin/import_catalogue/{file} | Path does not match |
4 | generate_catalogues | /admin/generate_catalogues | Path does not match |
5 | get_allproductseries | /admin/get_allproductseries | Path does not match |
6 | set_productseries | /admin/set_productseries/{id} | Path does not match |
7 | delete_productseries | /admin/delete_productseries/{id} | Path does not match |
8 | advancedsearch | /{_locale}/search/advanced | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.