diff options
Diffstat (limited to 'language/en_UK')
-rw-r--r-- | language/en_UK/help/quick_search.html | 36 |
1 files changed, 12 insertions, 24 deletions
diff --git a/language/en_UK/help/quick_search.html b/language/en_UK/help/quick_search.html index 283cb6a1e..717c09ae9 100644 --- a/language/en_UK/help/quick_search.html +++ b/language/en_UK/help/quick_search.html @@ -1,26 +1,8 @@ <h2>Search</h2> -<style> -q { - font-family: Courier, Fixed; - font-weight: bold; -} -q:before { - content: '\''; - color: green; -} -q:after { - content: '\''; - color: green; -} -TD { - border: 1px solid -} -</style> - - -<p>By default all searched terms must match. Searches are case-insesitive.</p> - -<table style="border-collapse:collapse;text-align:left"> + +<p>By default all searched terms must match. Searches are case-insensitive.</p> + +<table class="qsearch_help_table"> <tr> <td>quoted phrase<br> <q>"search"</q> @@ -60,7 +42,7 @@ TD { <br> -<table style="border-collapse:collapse;text-align:left"> +<table class="qsearch_help_table"> <tr> <td><q>tag:</q><br> @@ -142,5 +124,11 @@ TD { <td>Searches photos by file size<br> <q>filesize:1m..10m</q> finds files between 1MB and 10MB.</td> </tr> +<tr> +<td><q>id:</q> +</td> +<td>Searches photos by its numeric identifier in Piwigo<br> +<q>id:123..126</q> finds photo 123 to 126 (it may find between 0 and 4 photos, because photos can be deleted).</td> +</tr> -</table>
\ No newline at end of file +</table> |