Skip to content

Commit

Permalink
Item8841: fix unclosed code tag
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@7101 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Apr 5, 2010
1 parent 4b46751 commit da55222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/data/System/QuerySearch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Field specifiers and constants are combined using _operators_ to create queries.

%I% If you want to know if a field is undefined (has never been given a value) then you can compare it with =undefined= (this requires that no field called =undefined= exists in the form).

%I% In the operators (<code>&#61; !&#61; ~ &#61;~ &lt; &gt; &lt&#61; &gt&#61; NOT AND OR</code>) an undefined operand is treated the same as numerical 0. For <code>lc uc d2n an undefined operand will give an undefined result. For =length= and undefined operand will give a result of 0.
%I% In the operators (<code>&#61; !&#61; ~ &#61;~ &lt; &gt; &lt&#61; &gt&#61; NOT AND OR</code>) an undefined operand is treated the same as numerical 0. For =lc uc d2n= an undefined operand will give an undefined result. For =length= and undefined operand will give a result of 0.

---++ Text and Meta Text
There are two fields that contain the topic text, =text= and =metatext=. =text= just contains the raw text of the topic, as you would see if you viewed the topic raw. =metatext= contains the text of the topic with MetaData embedded. This can be useful when you want to generate output based on processing meta-data.
Expand Down

0 comments on commit da55222

Please sign in to comment.