[Bug 3785] [FT] About the grammar of XQuery Full-Text

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


doerre@de.ibm.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from doerre@de.ibm.com  2006-11-01 01:07 -------
The grammar rule deliberately restricts the FTTimes operator to be only
applicable to FTWords. We had introduced this restriction, because of
complications in the semantics when we wouldn't have this restriction. Section
3.1.10 is wrong and will be fixed in the next version. The 2nd example can
simply be rewritten as follows:
/book[@number="1" and title ftcontains {"usability", 
"testing"} any occurs at most 3 times] 

Received on Wednesday, 1 November 2006 01:07:52 UTC