Routing
app_get_searchresult
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "de_DE" |
Route Matching Logs
Path to match:
/search
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_address_create.de | /address/create | Path does not match |
| 2 | app_address_remove.de | /address/remove | Path does not match |
| 3 | app_address_modify.de | /address/modify | Path does not match |
| 4 | app_address_modify_modal.de | /address/modify-modal | Path does not match |
| 5 | app_get_category_tree.de | /categoryTree | Path does not match |
| 6 | app_get_ct_searchresult.de | /ct-search | Path does not match |
| 7 | checkout_cart_get_items_count.de | /cart/count | Path does not match |
| 8 | app_get_home.de | / | Path does not match |
| 9 | app_get_register.de | /registrieren | Path does not match |
| 10 | app_get_more_ct_searchresult.de | /ct-search | Path does not match |
| 11 | app_get_product_attribute_label_by_key.de | /productattributelabel | Path does not match |
| 12 | app_get_product_box_by_skus.de | /productboxes | Path does not match |
| 13 | app_get_product_grid_by_skus.de | /productgrid | Path does not match |
| 14 | app_get_product_skus.de | /productskus | Path does not match |
| 15 | app_get_product_skus_by_channel.de | /productskus/by-channel | Path does not match |
| 16 | app_get_rebuild_cache_products_by_channel.de | /productskus/by-channel/rebuild-cache | Path does not match |
| 17 | app_get_searchresult.de | /search | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.