You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Objective: Modify the 'Near Me' search feature to consistently include latitude and longitude (lat/lon) parameters in the URL for all search requests. This should occur whenever the 'Near Me' feature is used, addressing issues where the lat/lon parameters are sometimes not visible in the URL due to SPA behaviors or other reasons.
Detailed Requirement:
The URL should always reflect the lat/lon parameters when the 'Near Me' feature is active.
This change aims to make the search feature more transparent and user-friendly by showing the applied lat/lon filters directly in the URL.
Optional Enhancement:
The use of a 'near-me=1' parameter in the route handling is not mandatory. However, if it aids in identifying when the 'Near Me' feature is active for a user, it can be considered as an additional parameter in the URL.
Context and Rationale:
The current implementation sometimes does not display the lat/lon in the URL, leading to a lack of clarity for the user.
Ensuring consistent visibility of these parameters will improve user experience and functionality understanding.
The text was updated successfully, but these errors were encountered:
ebrahimghane
changed the title
We need to enable users to bookmark and share the URL of their search results when they select the 'Near Me' option, without altering the 'Near Me' filter continuously.
Ensure Persistent Latitude and Longitude Parameters in URL for 'Near Me' enabled Searches
Feb 2, 2024
Objective: Modify the 'Near Me' search feature to consistently include latitude and longitude (lat/lon) parameters in the URL for all search requests. This should occur whenever the 'Near Me' feature is used, addressing issues where the lat/lon parameters are sometimes not visible in the URL due to SPA behaviors or other reasons.
Detailed Requirement:
Optional Enhancement:
Context and Rationale:
The text was updated successfully, but these errors were encountered: