1071fab9d9dc8e4458554178bc0645da61ba2b16
[geeqie.git] / doc / docbook / GuideImageSearchSearch.xml
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <section id="GuideImageSearchSearch">\r
3   <title id="titleGuideImageSearchSearch">Search Window</title>\r
4   <para>Geeqie provides a utility to find one or more images based on various parameters.</para>\r
5   <para>\r
6     To display a new Search Window press\r
7     <keycap>F3</keycap>\r
8     or select\r
9     <guimenu>Search</guimenu>\r
10     from the File menu.\r
11   </para>\r
12   <para>\r
13     To start a search activate the\r
14     <code>\r
15       <guibutton>\r
16         <guiicon>\r
17           <inlinegraphic fileref="edit-find.png" />\r
18         </guiicon>\r
19         Find\r
20       </guibutton>\r
21     </code>\r
22     button. A search in progress can be stopped by activating the\r
23     <code>\r
24       <guibutton>\r
25         <guiicon>\r
26           <inlinegraphic fileref="process-stop.png" />\r
27         </guiicon>\r
28         Stop\r
29       </guibutton>\r
30     </code>\r
31     button.\r
32   </para>\r
33   <para>The progress of an active search is displayed as a progress bar at the bottom of the window. The progress bar will also display the total files that match the search parameters, and the total number of files searched.</para>\r
34   <para>When a search is completed, the total number of files found and their total size will be displayed in the status bar.</para>\r
35   <para />\r
36   <section id="Searchlocation">\r
37     <title>Search location</title>\r
38     <para>One of several locations can be chosen as the source to use in the search.</para>\r
39     <variablelist>\r
40       <varlistentry>\r
41         <term>\r
42           <guilabel>Path</guilabel>\r
43         </term>\r
44         <listitem>The search will include files located in the selected folder, enable the Recurse check box to include the contents of all sub folders.</listitem>\r
45       </varlistentry>\r
46       <varlistentry>\r
47         <term>\r
48           <guilabel>Comments</guilabel>\r
49         </term>\r
50         <listitem>\r
51           This option is only for use with GqView legacy metadata.\r
52           <para />\r
53           The search will include all files that have a keyword or comment associated to it.\r
54           <note>Only keyword and comment associations stored in the user's home folder are included in this search type.</note>\r
55         </listitem>\r
56       </varlistentry>\r
57       <varlistentry>\r
58         <term>\r
59           <guilabel>Results</guilabel>\r
60         </term>\r
61         <listitem>The search will include all files currently listed in the results list. Use this to refine a previous search.</listitem>\r
62       </varlistentry>\r
63     </variablelist>\r
64     <para />\r
65     <para />\r
66   </section>\r
67   <section id="Searchparameters">\r
68     <title>Search parameters</title>\r
69     <para>Each search parameter can be enabled or disabled with the check box to its left. For a file to be a match, all enabled parameters must be true.</para>\r
70     <variablelist>\r
71       <varlistentry>\r
72         <term>\r
73           <guilabel>File name</guilabel>\r
74         </term>\r
75         <listitem>The search will match if the entered text appears within the file name, or if the text exactly matches the file name, depending on the method selected from the drop down menu. The text comparison can be made to be case sensitive by enabling the Match case checkbox.</listitem>\r
76       </varlistentry>\r
77       <varlistentry>\r
78         <term>\r
79           <guilabel>File size</guilabel>\r
80         </term>\r
81         <listitem>\r
82           The search will match if the file size on disk is equal to, less than, greater than, or between the entered value, depending on the method selected from the drop down menu. The\r
83           <emphasis>between</emphasis>\r
84           test is inclusive - for example a file of size 10 will match if the size parameters are between 10 and 15.\r
85         </listitem>\r
86       </varlistentry>\r
87       <varlistentry>\r
88         <term>\r
89           <guilabel>File date</guilabel>\r
90         </term>\r
91         <listitem>\r
92           The search will match if the file modification time on disk is equal to, before, after, or between the entered date, depending on the method selected from the drop down menu. The\r
93           <emphasis>between</emphasis>\r
94           test is inclusive, for example a file with date of 10/04/2003 will match if the date parameters are between 10/04/2003 and 12/31/2003.\r
95           <para />\r
96           For convenience, the\r
97           <code>\r
98             <guibutton>\r
99               <guiicon>\r
100                 <inlinegraphic fileref="go-down.png" />\r
101               </guiicon>\r
102             </guibutton>\r
103           </code>\r
104           button displays a pop up calendar to enter the date.\r
105           <para />\r
106           The\r
107           <emphasis role="strong">Exif date</emphasis>\r
108           checkbox permits searches to be made on the exif date of images. If an image does not have an exif date, it will default to 01 January 1970.\r
109         </listitem>\r
110       </varlistentry>\r
111       <varlistentry>\r
112         <term>\r
113           <guilabel>Image dimensions</guilabel>\r
114         </term>\r
115         <listitem>\r
116           The search will match if the image dimensions are equal to, less than, greater than, or between the entered values, depending on the method selected from the drop down menu. The\r
117           <emphasis>between</emphasis>\r
118           test is inclusive.\r
119           <para />\r
120           The image dimensions test is simple, both width and height must be within the allowed values for a match.\r
121         </listitem>\r
122       </varlistentry>\r
123       <varlistentry>\r
124         <term>\r
125           <guilabel>Image content</guilabel>\r
126         </term>\r
127         <listitem>\r
128           The search will match if the image contents are similar within the percentage value, inclusive. This uses the same test and data that is used to determine image similarity when\r
129           <link linkend="GuideImageSearchFindingDuplicates">Finding Duplicates</link>\r
130           . The entry is for entering the path for the image to use in this test.\r
131         </listitem>\r
132       </varlistentry>\r
133       <varlistentry>\r
134         <term>\r
135           <guilabel>Keywords</guilabel>\r
136         </term>\r
137         <listitem>The search will match if the file's associated keywords match all, match any, or exclude the entered keywords, depending on the method selected from the drop down menu. Keywords can be separated with a space, comma, or tab character.</listitem>\r
138       </varlistentry>\r
139     </variablelist>\r
140     <para />\r
141     <para />\r
142   </section>\r
143   <section id="Resultslist">\r
144     <title>Results list</title>\r
145     <para>Files that match the parameters of the search are shown in the list. By default they are displayed in the order that they are found. To sort the results list by a column, activate or click the column title. Activating a column that is already used to sort the list will toggle between increasing and decreasing sort order.</para>\r
146     <para>\r
147       A\r
148       <emphasis role="strong">context menu</emphasis>\r
149       is available for the result list by right clicking the mouse or pressing the Menu key when a row has the focus.\r
150     </para>\r
151     <para>\r
152       The\r
153       <link linkend="GuideReferenceKeyboardShortcuts" endterm="titleGuideReferenceKeyboardShortcuts" />\r
154       available are listed here.\r
155     </para>\r
156     <para>The image Dimensions column of the result list will only contain dimension information when dimensions are included in the search parameters.</para>\r
157     <para />\r
158   </section>\r
159   <section id="Statusbar">\r
160     <title>Status bar</title>\r
161     <para>At the bottom of the search window is an area that includes the following items from left to right:</para>\r
162     <variablelist>\r
163       <varlistentry>\r
164         <term>\r
165           <guilabel>Thumbnails</guilabel>\r
166         </term>\r
167         <listitem>Enable this check box to display a thumbnail next to each image in the results list.</listitem>\r
168       </varlistentry>\r
169       <varlistentry>\r
170         <term>\r
171           <guilabel>File count display</guilabel>\r
172         </term>\r
173         <listitem>Displays the total count of files in the results list, and their size on disk. The count of selected files will appear in parenthesis.</listitem>\r
174       </varlistentry>\r
175       <varlistentry>\r
176         <term>\r
177           <guilabel>Search progress</guilabel>\r
178         </term>\r
179         <listitem>When a search is active, the text “Searching...” will appear here. Two numbers in parenthesis will also be displayed, the first number is the number of files that match the search parameters and the second number is the total number of files that were searched.</listitem>\r
180       </varlistentry>\r
181       <varlistentry>\r
182         <term>\r
183           <code>\r
184             <guibutton>\r
185               <guiicon>\r
186                 <inlinegraphic fileref="edit-find.png" />\r
187               </guiicon>\r
188               Find\r
189             </guibutton>\r
190           </code>\r
191         </term>\r
192         <listitem>Activate the find button to start a search with the selected parameters.</listitem>\r
193       </varlistentry>\r
194       <para />\r
195       <varlistentry>\r
196         <term>\r
197           <code>\r
198             <guibutton>\r
199               <guiicon>\r
200                 <inlinegraphic fileref="process-stop.png" />\r
201               </guiicon>\r
202               Stop\r
203             </guibutton>\r
204           </code>\r
205         </term>\r
206         <listitem>Activate the stop button to end a search that is in progress.</listitem>\r
207       </varlistentry>\r
208     </variablelist>\r
209     <para />\r
210     <para />\r
211   </section>\r
212   <section id="DragandDrop">\r
213     <title>Drag and Drop</title>\r
214     <para>Drag and drop can be initiated with the primary or middle mouse buttons. Dragging a file that is selected will include all selected files in the drag. Dragging a file that is not selected will first change the selection to the dragged file, and clear the previous selection.</para>\r
215     <para />\r
216   </section>\r
217 </section>\r