Skip to content

Commit c9a551d

Browse files
authored
Merge pull request #15766 from timhoffm/search-text
Shorten description on search page
2 parents 61dfb19 + c97db5b commit c9a551d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/_templates/search.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
{% block body %}
88
<h1 id="search-documentation">{{ _('Search') }}</h1>
99
<p>
10-
{% trans %}From here you can search these documents. Enter your
11-
search words into the box below and click "search". Note that the
12-
search function will automatically search for all of the
13-
words. Pages containing less words won't appear in the result
14-
list.{% endtrans %} If you want to limit your search to working code examples,
15-
include the keyword "codex" (mnemonic for <i>code example</i>) in your
16-
search, e.g., "codex ellipse".
10+
{% trans %}Searching for multiple words only shows matches that contain
11+
all words.{% endtrans %}
12+
</p>
13+
<p>
14+
If you want to limit your search to working code examples, include the
15+
keyword "codex" (mnemonic for <i>code example</i>) in your search, e.g.,
16+
"codex ellipse".
1717
</p>
1818
<form action="" method="get">
1919
<input type="text" name="q" value="" />

0 commit comments

Comments
 (0)