1<?xml version="1.0" encoding="utf-8"?>
2<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="finding" xml:lang="wa">
3
4  <info>
5    <link type="guide" xref="index#reading"/>
6    <revision pkgversion="1.25" version="0.1" date="2021-03-13" status="final"/>
7    <credit type="author">
8      <name>Phil Bull</name>
9      <email its:translate="no">philbull@gmail.com</email>
10    </credit>
11    <credit type="editor">
12      <name>Anna Philips</name>
13      <email its:translate="no">anna.cs.au@gmail.com</email>
14    </credit>
15    <credit type="editor">
16      <name>Ekaterina Gerasimova</name>
17      <email its:translate="no">kittykat3756@gmail.com</email>
18    </credit>
19
20    <include xmlns="http://www.w3.org/2001/XInclude" href="legal-unported.xml"/>
21
22    <desc>Search for a word or phrase in a document.</desc>
23  </info>
24
25  <title>Find text in a document</title>
26
27  <steps>
28    <item>
29      <p>Click
30      <guiseq><gui style="menuitem">Edit</gui>
31      <gui style="menuitem">Find</gui></guiseq> or
32      <keyseq><key>Ctrl</key><key>F</key></keyseq> or
33      <key>/</key> to display a
34      search box.</p>
35    </item>
36    <item>
37      <p>Start typing into the search box and the search will start
38      automatically.</p>
39    </item>
40    <item>
41      <p>Use the <gui>Find Previous</gui> and <gui>Find Next</gui> buttons to move to the previous
42      or next search result.</p>
43    </item>
44    <item>
45      <p>To hide the search bar, click anywhere in the window
46      again or press <key>Esc</key>.</p>
47    </item>
48  </steps>
49
50  <note style="tip">
51    <p>To filter words by case, you can press the <gui>Case Sensitive</gui>
52    button.</p>
53
54  </note>
55  <p>If the word or phrase that you searched for appears in the document at least once, you will be shown how many times the search result appears on the current page.</p>
56
57  <note>
58    <p>Only PDF documents are searchable. Some PDF documents are not
59    searchable because their text is encoded in the document as an image.</p>
60  </note>
61
62</page>
63