7
votes
3answers
213 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 ...
3
votes
1answer
155 views

Filtering Results: Parallel Selection: Checkboxes vs Links

I'm trying to resolve a discussion with a colleague and gain some insight into a common practice for search refinement behavior. I've read Best Practices for Designing Faceted Search Filters and seen ...
6
votes
2answers
309 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? ...
1
vote
3answers
111 views

How to design linked filters? [duplicate]

Possible Duplicate: Best practices for no search results I always get angry when I refine my search applying filters in any website and I get the 'no results' page. Why do they show me an ...
6
votes
3answers
328 views

Best practices for no search results

When no search results are returned, it's often useful to provide users with a productive next instead of a dead end in their journey. It's all very context driven, but here's a few of mine... If ...
5
votes
3answers
153 views

A complex form within constrained space

We have a modal in our app where people can search for products within various user flows (in this instance it's for connect products in your inventory to your Amazon listings, so you can keep orders ...
8
votes
2answers
419 views

Which is the correct way to implement faceted search filtering: links vs checkboxes?

Is there a difference between implementing filtering options using links (or radio buttons), ie. you can only check one, versus using checkboxes? For example: Youtube uses links, you can only select ...
3
votes
3answers
498 views

How to display a faceted-search menu where categories could contain just 1 or over 100 choices?

I've been tasked with the following. Review organization of search facets at left. we have an issue where certain facets have >10 options and can have N options define/design a new UI/UX to handle ...
5
votes
1answer
481 views

Search/Filter for automotive search

I'm creating a search form for an automotive website, and we want to use auto-suggest to recommend filter sets to refine the data. I've never designed search results that also incorporate search ...
3
votes
2answers
780 views

When designing (UX/IA) a property search system what are some important things to remember?

I'm designing the UX for a property search system. The platform is FSIS. I am basically looking for best practices in doing a Faceted Search while being able to incorporate many refiners based off the ...