- From: <bugzilla@wiggum.w3.org>
- Date: Fri, 12 Jan 2007 15:00:13 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3915
doerre@de.ibm.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Comment #1 from doerre@de.ibm.com 2007-01-12 15:00 -------
Fixed. I changed the example to:
The following expression returns false, because although "Montana" and
"Millicent" both appear in the book element, they do not appear in the order
they are written in the query:
/book[@number="1"] ftcontains ("Montana" &&
"Millicent") ordered
I.e. I eliminated /title and changed the text appropriately.
Received on Friday, 12 January 2007 15:00:20 UTC