Routing
app.search
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr_FR" |
Route Redirection
This page redirects to:
/fr_FR/taxons/accessoires?criteria%5Bsearch%5D%5Btype%5D=contains&criteria%5Bsearch%5D%5Bvalue%5D=787
(route: "n/a")
Route Matching Logs
Path to match:
/fr_FR/search
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_delta_core_webhook | /api/hooks/deltacore | Path does not match |
| 2 | app_dealer_locator | /{_locale}/points-de-vente | Path does not match |
| 3 | app_product_by_reference | /{_locale}/products/by-reference/{reference} | Path does not match |
| 4 | ajax_search_products | /{_locale}/ajax/search-products | Path does not match |
| 5 | app.search | /{_locale}/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.