Skip to content

Commit

Permalink
Item2653: typo in query search example
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@6258 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
WillNorris authored and WillNorris committed Feb 9, 2010
1 parent 2ceeb06 commit fa9401d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/data/System/QuerySearch.txt
Expand Up @@ -125,7 +125,7 @@ A query matches if the query returns one or more values when it is applied to th

---+++ Query examples
* =attachments[name='purdey.gif']= - true if there is an attachment call =purdey.gif= on the topic
* =(fields[name='Firstname'].value='Emma' OR fields[name=Firstname].value='John') AND fields[name='Lastname'].value='Peel'= - true for 'Emma Peel' and 'John Peel' but *not* 'Robert Peel' or 'Emma Thompson'
* =(fields[name='Firstname'].value='Emma' OR fields[name='Firstname'].value='John') AND fields[name='Lastname'].value='Peel'= - true for 'Emma Peel' and 'John Peel' but *not* 'Robert Peel' or 'Emma Thompson'
* =(Firstname='Emma' OR Firstname='John') AND Lastname='Peel'= - shortcut form of the previous query
* =History<nop>Form[name='Age'].value>2= - true if the topic has a =HistoryForm=, and the form has a field called =Age= with a value > 2
* =History<nop>Form.Age > 2= - shortcut for the previous query
Expand Down

0 comments on commit fa9401d

Please sign in to comment.