Tagged Questions
3
votes
2answers
90 views
Helping users identify site search functionality
I'm looking for ways to better expose the search functionality, which in my case plays a big usage role. I've been conducting talks with users, and have managed to identify that it's functionality was ...
3
votes
3answers
109 views
How to provide autocomplete and autosuggest on the same search box at the same time
In this article, Tony Russell-Rose explains autocomplete and autosuggest, and the differences between them. Any thoughts on how to apply both to the one search box and the one time? Any examples or ...
3
votes
3answers
100 views
Is there a standard way to indicate a suggestive search (autocomplete) in a wireframe form?
I'm designing an interface, and I'm currently creating a wireframe to guide me before developing it. I know that a particular form will make suggestions, but if I were to, say, get another developer ...
26
votes
7answers
739 views
When should you start autocompleting a search in autocomplete search field?
We're implementing an Autocomplete search field on a website we're working on. However the question arises:
At what point should you start showing the autocomplete results?
download bmml ...
4
votes
3answers
135 views
Autocomplete Search takes you directly to product
A user enters text in a search box and a list of autocomplete options appear. The user clicks on one of these suggestions.
Should they be sent straight to that product's page, or should they be sent ...
3
votes
2answers
114 views
position of lens icon in auto suggest field
Can some one suggest which is the best place for keeping lens icon for auto suggest/ auto complete field from usability point of view? I have seen most of the sites keeping it on the right side of the ...
2
votes
2answers
146 views
Type ahead search and URL history entry
I am designing a user management system for an intranet. It takes after most traditional interfaces for managing and editing user details.
The system is designed with fall back so that users without ...
3
votes
2answers
468 views
Will users scroll the autocomplete results on a mobile device?
I am working on search functionality for a mobile website. We are using a drop down list of smart auto complete suggestions so that the user won't have to type as much. In this case, a travel app, the ...
6
votes
2answers
450 views
Auto-suggest confuses users; How do I improve it?
I wanted to get some ideas on how a problem like this might be avoided. A mobile app (android, ios) that I work on uses a local sqllite DB to power an auto-suggest feature on the search screen. The ...
17
votes
3answers
1k views
Guidelines for autocomplete widgets
What guidelines exist when working with autocomplete widgets? I'm hoping for general guidelines that apply across different application types: web, desktop, and mobile.
A response to a Search as you ...