[Bug 6223] XQFTTS cont.

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


Pat Case <pcase@crs.loc.gov> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pcase@crs.loc.gov




--- Comment #7 from Pat Case <pcase@crs.loc.gov>  2008-11-29 17:24:24 ---
Hi Christian,

Some more responses. Still figuring out how to handle the score queries #20-22.

[5] RESULTS ft-3.4-examples-... / ft-3.4.2-...

OLD: <?xml... / -
NEW: true
...all queries return boolean values instead of nodes (true/false)

--Yes. These have been chaged to return T/F.

[13] RESULT proximity-queries-results-q1.xml

OLD: <book number="1">...
NEW: <book number="3">...

--Yes. expected results corrected to Bk 3.

[14] RESULT proximity-queries-results-q5.xml

OLD: <book number="1">...
NEW: alternative empty result
...if an implementation defines paragraph boundaries different from <p>
(such as e.g. new lines, 0x0A), this query won't yield any results.

--Yes. Added alternative result.


[15] RESULT axes-queries-results-q1.txt

OLD: <p>Users can be tested..
NEW: <p>This is a basic ...</p> ... <p>Users can be tested..
...in this query, $para contains all <p> elements and not only
the one which contains the query terms

--Yes, I corrected the expected results.


[16] RESULT axes-queries-results-q2.txt

...I would expect <title shortTitle="Improving Web Site Usability...">...
as first result

--Only the scored queries order results. Other results may be returned in any
order. No change made.


[17] RESULT axes-queries-results-q4.txt

...I would expect <title>Heuristic Evaluation</title>...
as second result.

--Only the scored queries order results. Other results may be returned in any
order. No change made.


[18] RESULT full-text-composability-queries-results-q4.txt

...I would expect <title>Heuristic Evaluation</title> ...
as second result.

--Only the scored queries order results. Other results may be returned in any
order. No change made.

[18] QUERY full-text-composability-queries-results-q5.xq

OLD: &gt;, ...
NEW: >, ...
...mysterious syntax

--Yes, changed to >.


[19] RESULT xquery-xpath-composability-queries-results-q7.txt

...wrong results.. would be correct if where clause was specified
as predicate after $book//subject

--Corrected query as recommended.


[23] QUERY score-queries-results-q3b.xq

OLD: &gt;
NEW: >

--Yes, changed to >.


[24] QUERY ft-3.4.1-examples-q1.xq

OLD: ... language "en"
NEW: ... language "en"]/..

--Done. Also made numerous other changes to this query.


[27] RESULT full-text-composability-queries-results-q2.txt
...language support should be optional (alternative result: FTST0009)

--Added alternative result.


[28] QUERIES full-text-composability-queries-results-q2/...

OLD: ... at most 3 words ftand ...
NEW: ... (... at most 3 words) ftand
...no ftand allowed after FTRange, other bugs

--Added parens as proposed.

Continued thanks for helping us clean up the test suite.

Pat


-- 
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 Saturday, 29 November 2008 17:24:34 UTC