- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 31 Oct 2006 23:22:43 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3915
Summary: Section 3.1.6 example
Product: XPath / XQuery / XSLT
Version: Working drafts
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Full Text
AssignedTo: jim.melton@acm.org
ReportedBy: mrys@microsoft.com
QAContact: public-qt-comments@w3.org
/book[@number="1"]/title ftcontains ("Montana" &&
"Millicent") ordered
returns false, because although "Montana" and "Millicent" appear in the title
element, they do not appear in the order they are written in the query.
They do not appear in title. They appear in two subsequent author elements
inside book.
Received on Tuesday, 31 October 2006 23:22:54 UTC