File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 7
7
{% block body %}
8
8
< h1 id ="search-documentation "> {{ _('Search') }}</ h1 >
9
9
< 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".
17
17
</ p >
18
18
< form action ="" method ="get ">
19
19
< input type ="text " name ="q " value ="" />
You can’t perform that action at this time.
0 commit comments