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

Last change on this file since 29485 was 29485, checked in by plg, 10 years ago

feature 3139: add details about search on id: in the help

Move CSS outside the help file

bug fixed: fallback on en_UK in case of missing help file

File size: 2.8 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>created:</q><br>
72<q>taken:</q>
73<q>shot:</q>
74</td>
75<td>Searches photos by taken date.<br>
76<q>taken:2003</q> photos taken in 2003<br>
77<q>taken:20035</q>,<q>taken:2003-5</q>,<q>taken:2003-05</q> photos from may 2003<br>
78<q>taken:2003..2008</q> photos from 2003 to 2008<br>
79<q>taken:&gt;2008</q>,<q>taken:2008*</q>,<q>taken:2008..</q> photos afteer Jan 1st 2008<br>
80</td>
81</tr>
82
83<tr>
84<td><q>posted:</q>
85</td>
86<td>Searches photos by posted date.</td>
87</tr>
88
89<tr>
90<td><q>width:</q><br>
91<q>height:</q>
92</td>
93<td>Searches photos with a given width or height.</td>
94</tr>
95<tr>
96<td><q>size:</q>
97</td>
98<td>Searches photos by size in pixels<br>
99<q>size:5m</q> returns photos of 5 megapixels<br>
100<q>size:>12m</q> returns photos of 12 megapixels or more<br></td>
101</tr>
102<tr>
103<td><q>ratio:</q>
104</td>
105<td>Searches photos by width/height ratio.<br>
106<q>ratio:3/4 OR ratio:4/3</q> finds photos from compact cameras in portrait or landscape modes
107<q>ratio:>16/9</q> finds panoramas
108</td>
109</tr>
110<tr>
111<td><q>hits:</q>
112</td>
113<td></td>
114</tr>
115<tr>
116<td><q>score:</q><br>
117<q>rating:</q>
118</td>
119<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>
120</tr>
121<tr>
122<td><q>filesize:</q>
123</td>
124<td>Searches photos by file size<br>
125<q>filesize:1m..10m</q> finds files between 1MB and 10MB.</td>
126</tr>
127<tr>
128<td><q>id:</q>
129</td>
130<td>Searches photos by its numeric identifier in Piwigo<br>
131<q>id:123..126</q> finds photo 123 to 126 (it may find between 0 and 4 photos, because photos can be deleted).</td>
132</tr>
133
134</table>
Note: See TracBrowser for help on using the repository browser.