Tagged Questions
3
votes
4answers
156 views
Any reason not to programmatically put the cursor in the search box by default view instead of forcing the user to click before writing the search?
Is there any reason not to programmatically put the cursor in the search box by deafult instead of forcing the user to click before writing the search? Google for instance does this but not always.
...
3
votes
2answers
67 views
Where to place advanced search option in a shopping app?
Should users be provided with options to adjust budget, color, category etc. while searching or on the catalog page ?
I think providing advanced search options on the catalog page where relevant ...
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 ...
7
votes
2answers
148 views
Combination of text and drag and drop search
I am designing a filter function for a software application (not a web site) which contains multiple input controllers. A text input is used in combination with a drop zone for files (for drag and ...
2
votes
4answers
360 views
Are Radio Buttons or a Drop-down more appropriate to scope a search?
Below are Mock-ups of the two choices to scope the search. The radio buttons would expose all choices initially. The drop-down search pattern I've seen more often, and I think users would be more ...
1
vote
2answers
259 views
Search box: how to accept an autofill suggestion and run it
I have a search box with autocompletion based on recent searches. Let's say it searches for names. As a user types "Rob", it autocompletes it to "*Rob*ert". I'm trying to figure out a way for the user ...
6
votes
3answers
227 views
What are the Benefits/Risks of Unobtrusive Global Search until active pattern (Facebook, Apple)?
Apple and Facebook recently implemented a darkening of their global search inputs until focused. Apple's default short input width - widening on focus is also interesting.
My first assumption is ...
3
votes
1answer
207 views
Search input on mobile device
I'm designing an mobile-web-app (ie: not a native app) for touchscreen smartphones.
When you add a search input, do we need to add the search button (for processing the search) or use the one present ...
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 ...
3
votes
3answers
224 views
eCommerce search with Images and prices as you type - is it too much to put in the search result?
Please have a look at the demo we did for FreshDirect.
Start at http://dl.dropbox.com/u/24083519/FD/FreshDirect.html
Goto the search box and click 'organic tomato'.
The interaction is immediate, and ...
3
votes
2answers
1k views
Back to search results
When a page has been reached from a search, rather than having a fixed location, is there any benefit to presenting a button to take the user back to the specific search they were in (and their ...
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 ...
