source: trunk/language/en_UK/help/quick_search.html @ 31032

Last change on this file since 31032 was 31032, checked in by rvelices, 9 years ago

bug 3209: quick search add author: syntax

File size: 2.9 KB
Line 
1<h2>Search</h2>
2
3<p>By default all searched terms must match. Searches are case-insensitive.</p>
4
5<table class="qsearch_help_table">
6<tr>
7<td>quoted phrase<br>
8<q>"search"</q>
9</td>
10<td>Use quotes to search for an exact word or phrase.<br>
11<q>"george washington"</q></td>
12</tr>
13
14
15<tr>
16<td>either term<br>
17<q>OR search</q><br>
18</td>
19<td>Add an OR between words.<br>
20<q>john OR bill</q></td>
21</tr>
22
23
24<tr>
25<td>exclude<br>
26<q>NOT search</q><br>
27<q>-search</q>
28</td>
29<td>Add a dash (-) or NOT before a word to exclude from search. Note that NOT acts as a filtering operator so you cannot have a search containing only NOT operators. You cannot combine OR with NOT (<q>john OR NOT bill</q> is not valid)<br>
30<q>george washington NOT bush</q></td>
31</tr>
32
33<tr>
34<td>grouping<br>
35<q>()</q><br>
36</td>
37<td><br>
38<q>(mother OR father) AND (daugther OR son)</q></td>
39</tr>
40
41</table>
42
43<br>
44
45<table class="qsearch_help_table">
46
47<tr>
48<td><q>tag:</q><br>
49<q>tags:</q>
50</td>
51<td>Searches only in tag names without looking at photo titles or descriptions.<br>
52<q>tag:john</q>, <q>tag:(john OR bill)</q></td>
53</tr>
54
55<tr>
56<td><q>photo:</q><br>
57<q>photos:</q>
58</td>
59<td>Searches only for photos with the given words in title or description.<br>
60<q>photo:John</q></td>
61</tr>
62
63<tr>
64<td><q>file:</q>
65</td>
66<td>Searches by file name.<br>
67<q>file:DSC_</q></td>
68</tr>
69
70<tr>
71<td><q>author:</q>
72</td>
73<td>Searches by author.<br>
74<q>author:John</q></td>
75</tr>
76
77<tr>
78<td><q>created:</q><br>
79<q>taken:</q>
80<q>shot:</q>
81</td>
82<td>Searches photos by taken date.<br>
83<q>taken:2003</q> photos taken in 2003<br>
84<q>taken:20035</q>,<q>taken:2003-5</q>,<q>taken:2003-05</q> photos from may 2003<br>
85<q>taken:2003..2008</q> photos from 2003 to 2008<br>
86<q>taken:&gt;2008</q>,<q>taken:2008*</q>,<q>taken:2008..</q> photos afteer Jan 1st 2008<br>
87</td>
88</tr>
89
90<tr>
91<td><q>posted:</q>
92</td>
93<td>Searches photos by posted date.</td>
94</tr>
95
96<tr>
97<td><q>width:</q><br>
98<q>height:</q>
99</td>
100<td>Searches photos with a given width or height.</td>
101</tr>
102<tr>
103<td><q>size:</q>
104</td>
105<td>Searches photos by size in pixels<br>
106<q>size:5m</q> returns photos of 5 megapixels<br>
107<q>size:>12m</q> returns photos of 12 megapixels or more<br></td>
108</tr>
109<tr>
110<td><q>ratio:</q>
111</td>
112<td>Searches photos by width/height ratio.<br>
113<q>ratio:3/4 OR ratio:4/3</q> finds photos from compact cameras in portrait or landscape modes
114<q>ratio:>16/9</q> finds panoramas
115</td>
116</tr>
117<tr>
118<td><q>hits:</q>
119</td>
120<td></td>
121</tr>
122<tr>
123<td><q>score:</q><br>
124<q>rating:</q>
125</td>
126<td>Hint: <q>score:*</q> will give you all photos with at least one vote. <q>score:</q> will give you photos without votes.</td>
127</tr>
128<tr>
129<td><q>filesize:</q>
130</td>
131<td>Searches photos by file size<br>
132<q>filesize:1m..10m</q> finds files between 1MB and 10MB.</td>
133</tr>
134<tr>
135<td><q>id:</q>
136</td>
137<td>Searches photos by its numeric identifier in Piwigo<br>
138<q>id:123..126</q> finds photo 123 to 126 (it may find between 0 and 4 photos, because photos can be deleted).</td>
139</tr>
140
141</table>
Note: See TracBrowser for help on using the repository browser.