diff options
author | rvelices <rv-github@modusoptimus.com> | 2014-04-06 06:33:46 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2014-04-06 06:33:46 +0000 |
commit | 2fa746ff100edb9cfa4f7803cab2bfa8ca14ab7b (patch) | |
tree | 8d2204cdec3c178400c88630623f1401a5114aa5 /language/en_UK | |
parent | 35fd7da4307f186f07235176cdd009f5d2bfc9f6 (diff) |
bug 3056: quick search - added events for plugins; completed help file
git-svn-id: http://piwigo.org/svn/trunk@28092 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK')
-rw-r--r-- | language/en_UK/help/quick_search.html | 41 |
1 files changed, 29 insertions, 12 deletions
diff --git a/language/en_UK/help/quick_search.html b/language/en_UK/help/quick_search.html index 484b96625..283cb6a1e 100644 --- a/language/en_UK/help/quick_search.html +++ b/language/en_UK/help/quick_search.html @@ -34,7 +34,7 @@ TD { <td>either term<br> <q>OR search</q><br> </td> -<td>Add a OR between words.<br> +<td>Add an OR between words.<br> <q>john OR bill</q></td> </tr> @@ -63,29 +63,34 @@ TD { <table style="border-collapse:collapse;text-align:left"> <tr> -<td><q>tag:</q> +<td><q>tag:</q><br> +<q>tags:</q> </td> <td>Searches only in tag names without looking at photo titles or descriptions.<br> <q>tag:john</q>, <q>tag:(john OR bill)</q></td> </tr> <tr> -<td><q>photo:</q> +<td><q>photo:</q><br> +<q>photos:</q> </td> -<td></td> +<td>Searches only for photos with the given words in title or description.<br> +<q>photo:John</q></td> </tr> <tr> <td><q>file:</q> </td> -<td>Searches by file name.</td> +<td>Searches by file name.<br> +<q>file:DSC_</q></td> </tr> <tr> <td><q>created:</q><br> <q>taken:</q> +<q>shot:</q> </td> -<td>Searches photos by taken date<br> +<td>Searches photos by taken date.<br> <q>taken:2003</q> photos taken in 2003<br> <q>taken:20035</q>,<q>taken:2003-5</q>,<q>taken:2003-05</q> photos from may 2003<br> <q>taken:2003..2008</q> photos from 2003 to 2008<br> @@ -96,24 +101,29 @@ TD { <tr> <td><q>posted:</q> </td> -<td></td> +<td>Searches photos by posted date.</td> </tr> <tr> <td><q>width:</q><br> <q>height:</q> </td> -<td></td> +<td>Searches photos with a given width or height.</td> </tr> <tr> <td><q>size:</q> </td> -<td></td> +<td>Searches photos by size in pixels<br> +<q>size:5m</q> returns photos of 5 megapixels<br> +<q>size:>12m</q> returns photos of 12 megapixels or more<br></td> </tr> <tr> <td><q>ratio:</q> </td> -<td></td> +<td>Searches photos by width/height ratio.<br> +<q>ratio:3/4 OR ratio:4/3</q> finds photos from compact cameras in portrait or landscape modes +<q>ratio:>16/9</q> finds panoramas +</td> </tr> <tr> <td><q>hits:</q> @@ -121,9 +131,16 @@ TD { <td></td> </tr> <tr> -<td><q>score:</q> +<td><q>score:</q><br> +<q>rating:</q> </td> -<td></td> +<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> +</tr> +<tr> +<td><q>filesize:</q> +</td> +<td>Searches photos by file size<br> +<q>filesize:1m..10m</q> finds files between 1MB and 10MB.</td> </tr> </table>
\ No newline at end of file |