[Bug 9448] Some bugs with the FTScope in full text

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


Michael Dyck <jmdyck@ibiblio.org> changed:

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




--- Comment #2 from Michael Dyck <jmdyck@ibiblio.org>  2010-09-07 04:08:31 ---
At meeting #437 on 2010-05-18, the Working Groups agreed to change the 'where'
clause in fts:ApplyFTScopeDifferentSentence() as follows:

      where
            count($match/fts:stringInclude) > 1
            and
            every $stringInclude1 in $match/fts:stringInclude,
                  $stringInclude2 in $match/fts:stringInclude  
            satisfies
               $stringInclude1 is $stringInclude2
               or
               (
                  [pre-existing 'satisfies' condition]
               )

We believe this fixes the bug you discovered. Therefore, I am marking this bug
resolved-FIXED. If you agree with this resolution, please mark it CLOSED.

-- 
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 Tuesday, 7 September 2010 04:08:34 UTC