diff options
Diffstat (limited to 'templates/searchresults.html')
| -rw-r--r-- | templates/searchresults.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/searchresults.html b/templates/searchresults.html index 4afb6f7..b0dc750 100644 --- a/templates/searchresults.html +++ b/templates/searchresults.html @@ -8,7 +8,7 @@ <div id="search_noquery"> <p>Enter a few words into the box above to start the search.</p> <p>You may use <code>*</code> for wildcard search, and prefixes <code>+</code> for required terms and <code>-</code> for unwanted terms.</p> - <p><strong>Example:</strong> <code>laboratory noteb* +red -code</code> will find information about <em>laboratory notebooks</em> that must also describe something <em>red</em>, but do not contain any mention of <em>code</em>.</p> + <p><strong>Example:</strong> <code>laboratory noteb* +red -code</code> will find cards about <em>laboratory notebooks</em> that must also describe something <em>red</em>, but do not contain any mention of <em>code</em>.</p> </div> <div id="search_success" style="display: none"> |
