<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=IezX45</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=IezX45"/>
	<link rel="alternate" type="text/html" href="http://microformats.org/wiki/Special:Contributions/IezX45"/>
	<updated>2026-05-17T04:56:00Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=search-results-example&amp;diff=17839</id>
		<title>search-results-example</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=search-results-example&amp;diff=17839"/>
		<updated>2007-06-23T02:35:00Z</updated>

		<summary type="html">&lt;p&gt;IezX45: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Search Results - Examples =&lt;br /&gt;
&lt;br /&gt;
This page captures common patterns in the return of search results.&lt;br /&gt;
&lt;br /&gt;
== The Problem ==&lt;br /&gt;
&lt;br /&gt;
Many web sites, particularly search engines, return a partial &amp;quot;window&amp;quot; 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 [http://opensearch.a9.com/spec/opensearchresponse/1.1/ 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.&lt;br /&gt;
&lt;br /&gt;
== Participants ==&lt;br /&gt;
* Dr. Ernie&lt;br /&gt;
* Dimitri Glazkov&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
''Links to public web pages, either popular or insightful''&lt;br /&gt;
&lt;br /&gt;
=== Pagination Patterns ===&lt;br /&gt;
&lt;br /&gt;
Use the [ http://www.w3.org/TR/REC-html40/types.html#type-links  HTML] &amp;lt;link rel=&amp;quot;prev&amp;quot; /&amp;gt; and &amp;lt;link rel=&amp;quot;next&amp;quot; /&amp;gt; for navigation.&lt;br /&gt;
&lt;br /&gt;
=== Ruby on Rails ===&lt;br /&gt;
The default list view is a table of size 10:&lt;br /&gt;
====Header====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 &amp;lt;table&amp;gt;&lt;br /&gt;
   &amp;lt;tr&amp;gt;&lt;br /&gt;
     &amp;lt;th&amp;gt;-ent&amp;lt;/th&amp;gt;...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
====Body====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;tr class=&amp;quot;vcard&amp;quot;&amp;gt; &lt;br /&gt;
    &amp;lt;td class=&amp;quot;-ent&amp;quot;&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[only after I modified it]&lt;br /&gt;
&lt;br /&gt;
====Footer====&lt;br /&gt;
 &amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;a href=&amp;quot;/users/list?page=2&amp;quot;&amp;gt;Next page&amp;lt;/a&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
=== OpenSearch ===&lt;/div&gt;</summary>
		<author><name>IezX45</name></author>
	</entry>
</feed>