Tagged Questions
2
votes
1answer
75 views
Search Methods, Behavior and No Results
I've recently been working on a project where toner cartridges are being sold. The current product listing only lists the manufacturer and the model number, but excludes the model name.
For example, ...
3
votes
2answers
92 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
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 ...
8
votes
4answers
154 views
Amount of Time To Determine a User Has Stopped Typing
I have a filter form for a list. One of the fields is a text search field. When a user types in the field, I wait until the user has stopped typing for a half second (500 milliseconds), and then ...
8
votes
1answer
117 views
Do people use “auto search this page” more than manual visual scan?
There are often discussions about how many links on the page is too many or how much information is too much in general. I am curious to know if there is any studies related to how often and when ...
5
votes
4answers
212 views
Search solution for user who does not know Regex
I have list(few million rows) of data all of type string. I need to provide search for that list, but my users don't want to use regex(they don't know how to write regex). Can some tell me few options ...
27
votes
6answers
5k views
Why is Google's “I'm Feeling Lucky” button still next to the search bar?
I'm sure that Google must put a lot of thought into the display of its homepage. With such a minimalistic design, every element matters.
So what's up with the "I'm feeling lucky" button? Why is ...
2
votes
5answers
145 views
What relevance does it have to show MORE search results on a SEARCH engine?
There is a study that users do not go past top 3-5 pages in a Google search, on which predominantly everybody would agree. If you would get your best results - it means to be within the top 5 page at ...
4
votes
1answer
741 views
Know any good UI/UX jokes? [closed]
Are there any UI jokes out there? Seems like other industries have their own jokes, I was trying to think of UI design, couldn't come up with much - but that's not to say they don't exist?
3
votes
2answers
470 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 ...
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 ...
2
votes
2answers
350 views
What are the use cases for advanced search?
I'm working on a search engine for bibliographic data, and I'm trying to understand the use cases for an advanced search feature. Typically seen on the web, this feature will search specific fields ...