[Bug 6196] [FT] TestSuite - Syntax

http://www.w3.org/Bugs/Public/show_bug.cgi?id=6196





--- Comment #2 from Christian Gruen <christian.gruen@gmail.com>  2008-11-05 16:58:28 ---
Pat,

thank you for the quick response. A little addition to point [9]..

>> OLD: <book number="2">...</book>
>> ...This book should be exluded from the result as the
>> wildcard string "resume." will not accept "Resume testing".
>
> 9.2.2 Q2 Diacritics Insensitive Query uses the diacritics insensitive match 
> opinion. It should return Books 2 and 3 which contain resume either with or
> without diacritics. If you think I am missing something, please let me know, 
> but Q2 was intended as a counter-point to Q1 Diacritics Sensitive Query which 
> does not return Book 2 for the reason you cited.

Yes, I agree with your comment regarding the diacritics check. However,
regarding to section 3.4.2(.1) of the XQFT specs, I assume that the wildcard
search "resume." will not match the word "Resume" in the discussed example due
to the trailing dot. This case corresponds to the following example (1),
whereas (2) would indeed return true:

 (1) 'Resume testing' ftcontains 'resume.' with wildcards
 (2) 'Resume testing' ftcontains 'resum.'  with wildcards

Please correct me if I misinterpreted the specification.
Thanks,

Christian, BaseX Team 
http://www.basex.org


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 5 November 2008 16:58:40 UTC