mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
16 lines
608 B
XML
16 lines
608 B
XML
<fvdoc>
|
|
<div xmlns='http://www.w3.org/1999/xhtml'>
|
|
<div id='message'>
|
|
<p><code>OpenSearchDescription</code> should include an example <code>Query</code></p>
|
|
</div>
|
|
<div id='explanation'>
|
|
<p>OpenSearch description documents should include at least one Query element of type="example" that is expected to return search results. Search clients may use this example query to validate that the search engine is working properly.</p>
|
|
</div>
|
|
<div id='solution'>
|
|
<p>Add such a query element. Example:</p>
|
|
<blockquote>
|
|
<pre><Query role="example" searchTerms="cat" /></pre>
|
|
</blockquote>
|
|
</div>
|
|
</div>
|
|
</fvdoc>
|