Routing
algolia
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug | "assise-exterieur/transat" |
Route Matching Logs
Path to match:
/catalogue/assise-exterieur/transat
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | catalog_announce_related | /catalogue/vide-apart/{announceId}/similaires | Path does not match |
| 2 | catalog_stuff_related | /catalogue/meuble/similaires | Path does not match |
| 3 | api-slider-catalog_stuff | /api/catalogue/best-meuble | Path does not match |
| 4 | catalog_announce_suggestions | /catalogue/vide-apart/suggestions | Path does not match |
| 5 | catalog_announce_new_suggestions | /catalogue/vide-apart/nouveau/suggestions | Path does not match |
| 6 | catalog_stuff_suggestions | /catalogue/meuble/suggestions | Path does not match |
| 7 | catalog_brand_stuff_suggestions | /catalogue/marque/{brandSlug}/suggestions | Path does not match |
| 8 | catalog_stuff_specific | /catalogue/meuble | Path does not match |
| 9 | algolia_catalog_brand | /catalogue/marque-{brandSlug} | Path does not match |
| 10 | algolia_catalog_city | /catalogue/ville-{citySlug} | Path does not match |
| 11 | algolia | /catalogue/{slug} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.