Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Search tips" message when there are no location search results #3180

Merged
merged 2 commits into from
Sep 28, 2020

Commits on Sep 28, 2020

  1. [UK] "Search tips" message when there are no location search results

    UK cobrands now display UK-specific postcode/address search tips, when
    the geocoder returns no results. This should hopefully help people
    tweak their search, to return a better result next time.
    
    The tips are based on findings from a study we ran on geocoder misses
    across all UK cobrands over March, April, May, and June 2020.
    zarino committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    ba768bd View commit details
    Browse the repository at this point in the history
  2. TestMech->page_errors now handles error markup with leading spaces

    The "error" output in our new `.search-help__header` element begins and
    ends with whitespace. The test really shouldn’t care about whitespace
    at the start and end of HTML tags, so this commit makes page_errors
    trim whitespace from the errors it passes to the tests.
    
    Also adds `.search-help__header` as a location to find page errors!
    zarino committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    f63e2fe View commit details
    Browse the repository at this point in the history