Routing
search_doctors
Matched route
Route Parameters
Name | Value |
---|---|
_title | "Search Therapist" |
Route Matching Logs
Path to match:
/search
# | Route name | Path | Log |
---|---|---|---|
1 | home_page | / | Path does not match |
2 | route_7 | /testimonies | Path does not match |
3 | route_8 | /testimonies/frank-mensah | Path does not match |
4 | route_9 | /testimonies/fatimah-isahaku | Path does not match |
5 | search_doctors | /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.