-
Notifications
You must be signed in to change notification settings - Fork 2
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 results page #189
Comments
It feels like this is potentially quite a large area and covers many different types of results, namely:
|
I agree with @devansXD, the type of search results may well depend on
As such, I can't comment on all the search result pages, and perhaps we could consider breaking this down into smaller more achievable items in the backlog then standardise them later? Progressively enhanced versionIn the two services, we made on the DfE claim project we were working primarily on a school search. The progressively enhanced version was a more simple decision as we used accessible auto-complete (https://github.com/alphagov/accessible-autocomplete) with a couple of tweaks to increase the contrast on the search options and pull in some additional information about the schools. One of the user research participants (T15) had been using JAWS since 2002 and at the time of testing, they were on a Windows XP Machine. Generally speaking accessible autocomplete worked well for them.
Non-javascript versionFor the non-javascript search, we opted to return the search results as a list of radio buttons. This tested well for all users it just involved a bit of scrolling however, that seemed like preferable to a more dense list that was potentially harder to read. Support issues related to our school searchUsers got in touch with support when they:
There was also an issue with apostrophes within the school name e.g. St Mary's or St Marys. Whilst it was possible to do something on the search results page to include both schools with and without apostrophes a more simple solution was to allow them to search via postcode. |
Is there a separate backlog item (that I can't find) for when a search has no results to return and telling a user what to try instead? |
Hi @laura-biscuits, thanks to @adyhoran1 there is now: #264 |
We've just added some guidance on how to 'share findings about your users' with us 📝. This will help us learn more about how your users understand search results within your service. |
What
How to display a list of search results
The text was updated successfully, but these errors were encountered: