From 1f3f5ff73f505cbc6041ae213398d240f61d5a60 Mon Sep 17 00:00:00 2001 From: rvelices Date: Sat, 5 Apr 2014 19:24:27 +0000 Subject: bug 3069: add quick search as filter in batch manager git-svn-id: http://piwigo.org/svn/trunk@28087 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK/help/quick_search.html | 129 ++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 language/en_UK/help/quick_search.html (limited to 'language/en_UK') diff --git a/language/en_UK/help/quick_search.html b/language/en_UK/help/quick_search.html new file mode 100644 index 000000000..484b96625 --- /dev/null +++ b/language/en_UK/help/quick_search.html @@ -0,0 +1,129 @@ +

Search

+ + + +

By default all searched terms must match. Searches are case-insesitive.

+ + + + + + + + + + + + + + + + + + + + + + + + +
quoted phrase
+"search" +
Use quotes to search for an exact word or phrase.
+"george washington"
either term
+OR search
+
Add a OR between words.
+john OR bill
exclude
+NOT search
+-search +
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 (john OR NOT bill is not valid)
+george washington NOT bush
grouping
+()
+

+(mother OR father) AND (daugther OR son)
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
tag: +Searches only in tag names without looking at photo titles or descriptions.
+tag:john, tag:(john OR bill)
photo: +
file: +Searches by file name.
created:
+taken: +
Searches photos by taken date
+taken:2003 photos taken in 2003
+taken:20035,taken:2003-5,taken:2003-05 photos from may 2003
+taken:2003..2008 photos from 2003 to 2008
+taken:>2008,taken:2008*,taken:2008.. photos afteer Jan 1st 2008
+
posted: +
width:
+height: +
size: +
ratio: +
hits: +
score: +
\ No newline at end of file -- cgit v1.2.3