search-results-example: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
No edit summary
 
Line 13: Line 13:
== Real-World Examples ==
== Real-World Examples ==
''Links to public web pages, either popular or insightful''
''Links to public web pages, either popular or insightful''
=== [Example #1 (url)] ===
=== OpenSearch ===
pre
 
   escaped <tags>
   <opensearch:searchTerms>New York City History</opensearch:searchTerms>
  <opensearch:totalResults>4230000</opensearch:totalResults>
  <opensearch:startIndex>21</opensearch:startIndex>
  <opensearch:itemsPerPage>10</opensearch:itemsPerPage>


=== [Example #2 (url)] ===
=== [Example #2 (url)] ===

Revision as of 19:56, 17 October 2005

Search Results - Examples

This page captures common patterns in the return of search results.

The Problem

Many web sites, particularly search engines, return a partial "window" in a much larger dataset of results. We'd like to figure out the optimal way to represent that. Note that this is also the goal of the OpenSearch Response specification, but at this point they don't seem to have specified HTML encodings. In fact, such an encoding is a likely outcome of this effort.

Participants

  • Dr. Ernie
  • Dimitri Glazkov

Real-World Examples

Links to public web pages, either popular or insightful

OpenSearch

 <opensearch:searchTerms>New York City History</opensearch:searchTerms>
 <opensearch:totalResults>4230000</opensearch:totalResults>
 <opensearch:startIndex>21</opensearch:startIndex>
 <opensearch:itemsPerPage>10</opensearch:itemsPerPage>

[Example #2 (url)]

pre
 escaped <tags>

Existing Practices

  • Summary of common patterns discovered
  • Other attempts to solve The Problem

Proposal

  • Early drafts
  • Link to related pages as they become available
    • -brainstorming
    • - proposal
    • -microformat

See Also