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 3918 - [FT] Section 3.1.7
Summary: [FT] Section 3.1.7
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:25 UTC by Michael Rys
Modified: 2007-04-20 15:42 UTC (History)
0 users

See Also:


Attachments

Description Michael Rys 2006-10-31 23:25:27 UTC
If two tokens appear in the same sentence and in different sentences, then both same sentence and different sentence return true.

Which one of the following cases does this mean to cover:
1.	sentence 1: A B sentence 2: A B
2.	sentence 1: A B sentence 2: A sentence 3: B
3.	sentence 1: A B sentence 2: B
?
Comment 1 Jochen Doerre 2007-01-12 15:36:36 UTC
This sentence was unclear and has been clarified meanwhile. Please see Section 3.3.6 FTScope again: http://www.w3.org/XML/Group/xsl-query-specs/full-text/full-text.html#ftscope

Considering the given example documents 1., 2., 3. and the queries (FTSelections):
Q1 = "A" and "B" same sentence
Q2 = "A" and "B" different sentence

Q1 holds for all samples.
Q2 also holds for all samples, e.g. for 3. the A in sentence 1 together with the B in sentence 2 give a match.

Comment 2 Jim Melton 2007-04-20 15:42:15 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.