aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMirek Kratochvil <miroslav.kratochvil@uni.lu>2023-06-19 10:50:19 +0200
committerMirek Kratochvil <miroslav.kratochvil@uni.lu>2023-06-19 10:50:19 +0200
commit92a5a0365b962311c982ef0d529a7f55b8484e95 (patch)
tree4d883e8bfce55c7c30d983d00c2a3b8d5a9ddb76 /templates
parent6cbe3d4dfca2b0ddb596c1d6be6942f891b1becc (diff)
downloadreploy-92a5a0365b962311c982ef0d529a7f55b8484e95.tar.gz
reploy-92a5a0365b962311c982ef0d529a7f55b8484e95.tar.bz2
do not show the search hints by default
Diffstat (limited to 'templates')
-rw-r--r--templates/searchresults.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/searchresults.html b/templates/searchresults.html
index b0dc750..7ad593c 100644
--- a/templates/searchresults.html
+++ b/templates/searchresults.html
@@ -5,7 +5,7 @@
<p>Search is loading. If you cannot see any results after a few seconds, check that JavaScript is enabled in your browser.</p>
</div>
-<div id="search_noquery">
+<div id="search_noquery" style="display: none">
<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 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>