This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 3915 - [FT] Section 3.1.6 example
Summary: [FT] Section 3.1.6 example
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Full Text 1.0 (show other bugs)
Version: Working drafts
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Jim Melton
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-31 23:22 UTC by Michael Rys
Modified: 2007-04-20 15:41 UTC (History)
0 users

See Also:


Attachments

Description Michael Rys 2006-10-31 23:22:43 UTC
/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.
Comment 1 Jochen Doerre 2007-01-12 15:00:13 UTC
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. 
Comment 2 Jim Melton 2007-04-20 15:41:49 UTC
Because you participated in the TF when this bug was resolved, we presume that
your concerns are addressed appropriately.  We are therefore marking this bug
as CLOSED.