[Bug 6305] New: distance filter question

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

           Summary: distance filter question
           Product: XPath / XQuery / XSLT
           Version: Candidate Recommendation
          Platform: PC
               URL: http://www.w3.org/TR/xpath-full-text-10
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Full Text 1.0
        AssignedTo: jim.melton@acm.org
        ReportedBy: peter.pleshachkov@gmail.com
         QAContact: public-qt-comments@w3.org


Dear authors,

I have a question about the following queries:

(<p>cat dog bird</p>)[. ftcontains "cat dog" distance at least 2 words]
As I understood from the spec it should return true, because "cat fog" returns
only one StringInclude. Right ? 

This query should return true as well. Right ? 
(<p>cat dog bird</p>)[. ftcontains {"cat", "dog"} phrase distance at least 2
words]


-- 
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 Friday, 12 December 2008 10:45:15 UTC