|
From: <de...@de...> - 2010-02-09 01:07:56
|
Author: PeterThoeny Date: 2010-02-08 18:42:42 -0600 (Mon, 08 Feb 2010) New Revision: 18321 Trac url: http://develop.twiki.org/trac/changeset/18321 Modified: twiki/branches/TWikiRelease04x03/data/TWiki/QuerySearch.txt Log: Item6318: Fixing typo in query search example Modified: twiki/branches/TWikiRelease04x03/data/TWiki/QuerySearch.txt =================================================================== --- twiki/branches/TWikiRelease04x03/data/TWiki/QuerySearch.txt 2010-02-09 00:42:20 UTC (rev 18320) +++ twiki/branches/TWikiRelease04x03/data/TWiki/QuerySearch.txt 2010-02-09 00:42:42 UTC (rev 18321) @@ -1,4 +1,4 @@ -%META:TOPICINFO{author="TWikiContributor" date="1244159340" format="1.1" version="$Rev$"}% +%META:TOPICINFO{author="TWikiContributor" date="1265675102" format="1.1" version="$Rev$"}% %META:TOPICPARENT{name="TWikiVariables"}% %STARTINCLUDE% ---+ Query Search @@ -121,7 +121,7 @@ ---+++ 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 |