|
From: <de...@de...> - 2010-02-09 01:07:45
|
Author: PeterThoeny Date: 2010-02-08 18:44:05 -0600 (Mon, 08 Feb 2010) New Revision: 18322 Trac url: http://develop.twiki.org/trac/changeset/18322 Modified: twiki/branches/TWikiRelease04x03/data/TWiki/QuerySearch.txt Log: Item6318: Escaping unwanted link Modified: twiki/branches/TWikiRelease04x03/data/TWiki/QuerySearch.txt =================================================================== --- twiki/branches/TWikiRelease04x03/data/TWiki/QuerySearch.txt 2010-02-09 00:42:42 UTC (rev 18321) +++ twiki/branches/TWikiRelease04x03/data/TWiki/QuerySearch.txt 2010-02-09 00:44:05 UTC (rev 18322) @@ -126,7 +126,7 @@ * =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 * =preferences[name='FaveColour' AND value='Tangerine']= - true if the topic has the given preference setting and value - * =Person/(ClothesForm[name='Headgear'].value ~ '*Bowler*' AND attachments[name~'*hat.gif' AND date < d2n('2007-01-01')])= - true if the form attached to the topic has a field called =Person= that has a value that is the name of a topic, and that topic contains the form =ClothesForm=, with a field called =Headgear=, and the value of that field contains the string ='Bowler'=, and the topic also has at least one attachment that has a name matching =*hat.gif= and a date before 1st Jan 2007. (Phew!) + * =Person/(Clothes<nop>Form[name='Headgear'].value ~ '*Bowler*' AND attachments[name~'*hat.gif' AND date < d2n('2007-01-01')])= - true if the form attached to the topic has a field called =Person= that has a value that is the name of a topic, and that topic contains the form =ClothesForm=, with a field called =Headgear=, and the value of that field contains the string ='Bowler'=, and the topic also has at least one attachment that has a name matching =*hat.gif= and a date before 1st Jan 2007. (Phew!) ---+++ Search examples Find all topics that are children of this topic in the current web |