showing some, but not all, of a set of items.

learn more… | top users | synonyms

2
votes
4answers
499 views

How to combine Suggestions with Filtering in a searchbox?

I got a textfield/combobox for typing a search string (or selecting a recent searchstring). The search results are presented in a list below the box. I also got a textfield for filtering the list. ...
7
votes
5answers
338 views

How to indicate AND and OR in a search form

I am designing a search form where the user has to indicate if the field is required or optional, this will affect the way the query is built. For example if the user marks the field as required, in ...
23
votes
5answers
1k views

Adaptive UI vs. recognizable UI

I'm reading a thesis which discusses Task-focused user interfaces. They discuss an application which adapts/filters views based on relevant items determined by an interaction history. They prove their ...
11
votes
4answers
412 views

Building logical criteria (with AND , OR, etc)

I am looking for inspiration on this. We have a Dot.Net web application, where we are building pretty complicated criteria. It works, but I would like to change this, re-shape this, possibly from the ...
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 ...
8
votes
2answers
765 views

Combining breadcrumb and selected facets/filters into one

Given a site with faceted-search, etc. I want to display the facets a user has selected, not only as part of the faceted-navigation controls (left vertical) but also at the top of the page. Showing ...
5
votes
3answers
268 views

Search filtering (all vs. selected areas)

This is the part of our advanced search screen for searching the documents: It works like this: if the "Search in documents containing any language" is selected and users clicks on a check-box ...
4
votes
3answers
764 views

Which is better to design a Filter?

Which is better for filter, select a single value: Check box ( Use js to keep single selection ) Dropdown list Radio buttons Highlighted labels download bmml source – Wireframes ...
5
votes
4answers
808 views

Extensive filtering on search results page

I'm just working on a quite complex interface. There are/will be tons of items in it and there is a massive search feature. Search is filterable just like on Ebay or Amazon etc. Filters are very ...
3
votes
1answer
241 views

What controls to fix this Filter?

https://www.scic.com/schedule I'm looking to replace the filters on the right side of the page and need to know some of the possiblities. For the date selector, I'm looking at using: ...