- From: <bugzilla@jessica.w3.org>
- Date: Wed, 14 Jul 2010 08:04:47 +0000
- To: public-qt-comments@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=9858
Michael Dyck <jmdyck@ibiblio.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jmdyck@ibiblio.org
--- Comment #1 from Michael Dyck <jmdyck@ibiblio.org> 2010-07-14 08:04:47 ---
This matter was discussed during the joint teleconference of the XML Query WG
and the XSL WG on 2010-06-15.
The result of your example query hinges on whether the query token "ANY" is a
stop word. This in turn depends on whether "ANY" is in the list of stop words
defined by the stop word option
using stop words ("any")
i.e., whether that involves a case-insensitive comparison.
Interaction with the 'case' option is not the issue here, because it (like
all match options) only affects the matching between query tokens and tokens
*in the text being searched*, and the stop word "any" is not in the text being
searched.
Instead, the WGs decided that this is an implementation-defined matter.
Specifically:
An implementation-defined comparison is used to determine whether
a query token appears in the collection of stop words defined by
the applicable stop word option.
I was directed to make the necessary changes to the Full Text spec, which I
have done. Therefore, I am marking this issue resolved-FIXED. If you are
satisfied with this outcome, 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 Wednesday, 14 July 2010 08:04:49 UTC