Differences between revisions 3 and 4
Revision 3 as of 2011-01-28 01:01:12
Size: 852
Editor: shoobe01
Comment:
Revision 4 as of 2011-01-31 09:21:02
Size: 1872
Editor: shoobe01
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
1) Explicit submission... like normal search, may find no results, etc. Type a search and enter... used when list cannot be indexed well enough for live results, such as an Infinite List

2) Auto results... take off from the Location Jump in many ways, as it works best with indexed results.

3) WHAT??? Subvariant for display is search in a web page/PDF style, where results are scrolled through but not all seen at once... SHOULD be AUTO since page is loaded///
Line 16: Line 21:
For scroll & select, starts in focus. Typing will be entered here... therefore, no accesskeys on this page -- can split focus, so first item is in focus for OK selections, and is visually so when first loaded, but typing will be entered into the form field

Line 22: Line 30:
Do not use explicit when the domain is all loaded, such as for a web page...
Line 23: Line 32:
Be careful with what an OK/Enter action performs on AUTO... if user is not looking at screen, they might assume explicit, and press enter without thinking, do not commit to first result and confuse them...

Simple. Search box, whether website or address book, when typed it either jumps to or filters results. Commonly uses autocomplete. NOT the same as location jump at all. This is ONLY applied when already within the results, like a page or infinite list. Not used to search the internet, etc.

ALSO the widget to type a name in an address book, and it jumps to the first location with it (or where it would be, unlike Search Within, never a "no results" state). See search-within for a contrasting widget -- discuss that strictly it's a Location Within, since there are always results, and it just jumps but since there is typing the interaction model is more akin to this pattern.

Problem

Solution

Variations

1) Explicit submission... like normal search, may find no results, etc. Type a search and enter... used when list cannot be indexed well enough for live results, such as an Infinite List

2) Auto results... take off from the Location Jump in many ways, as it works best with indexed results.

3) WHAT??? Subvariant for display is search in a web page/PDF style, where results are scrolled through but not all seen at once... SHOULD be AUTO since page is loaded///

Interaction Details

For scroll & select, starts in focus. Typing will be entered here... therefore, no accesskeys on this page -- can split focus, so first item is in focus for OK selections, and is visually so when first loaded, but typing will be entered into the form field

Presentation Details

Antipatterns

Do not use explicit when the domain is all loaded, such as for a web page...

Be careful with what an OK/Enter action performs on AUTO... if user is not looking at screen, they might assume explicit, and press enter without thinking, do not commit to first result and confuse them...

Examples

Search Within (last edited 2011-07-31 22:08:38 by shoobe01)