<fvdoc>
<div xmlns='http://www.w3.org/1999/xhtml'>
<div id='message'>
<p>searchTerms must be URL encoded</p>
</div>
<div id='explanation'>
<p><a href="http://www.opensearch.org/Specifications/OpenSearch/1.1#The_.22searchTerms.22_parameter"><code>searchTerms</code></a> contains characters outside of
 the ranges of ALPHA (%41-%5A and %61-%7A), DIGIT (%30-%39), hyphen (%2D),
period (%2E), underscore (%5F), or tilde (%7E).</p>
</div>
<div id='solution'>
<p><a href="http://en.wikipedia.org/wiki/Percent-encoding">Percent encode</a> all reserved characters.</p>
</div>
</div>
</fvdoc>
