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 3063 - Duplicates due to match option expansion and FTTimes
Summary: Duplicates due to match option expansion and FTTimes
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: Sihem Amer-Yahia
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-31 22:32 UTC by Mary Holstege
Modified: 2006-04-24 18:19 UTC (History)
0 users

See Also:


Attachments

Description Mary Holstege 2006-03-31 22:32:51 UTC
Various match options work by expanding the number of
search tokens given back to fts:matchStr, where each 
option is applied one by one to generate its own search
tokens.  This can lead ultimately to duplicate matches,
for example, if both diacritic sensitive and case insensitive
options are chosen there will be two matches generated for
the same token. 

This can lead to incorrect semantics wrt FTTimes.
Comment 1 Mary Holstege 2006-04-17 18:38:23 UTC
The new semantic functions no longer perform query expansion on these
match options, so this issue is resolved.