Tagged Questions
3
votes
4answers
119 views
Is it worth it to re-implement the browser's find feature?
I'm working on a web application in which users will occasionally have to search for various information in a log file. So users would go to this app, kick off a batch script, and wait for it to ...
8
votes
2answers
244 views
Search form vs. unified search in a web application
I am looking for some help regarding UX/design guidelines targeted at (web) application internal search functionality. I have tried searching the Google and this site, but the overwhelming majority of ...
7
votes
3answers
214 views
Drop-down list with advanced search
I am creating a control to allow users to select an item from a list. The number of items can vary greatly - anywhere from a handful up to millions.
A drop-down with autocomplete functionality seemed ...
10
votes
4answers
500 views
Should the search box be on the left or the right side
In a web app with a search box in the header - where should the search go, on the left or the right side of the header? What considerations should be taken into account when making this decision?
In ...
6
votes
2answers
310 views
Faceted Search and Infinite Scrolling Together
Is it a good idea to use faceted/refining search with infinite scrolling in terms of user experience? If so, would it be a good idea to statically position the search/filter component on a web page?
...