- From: Paul J. Lucas <paul@lucasmail.org>
- Date: Thu, 3 Jun 2010 14:35:11 -0700
- To: public-qt-comments@w3.org
As far as I can tell, nowhere in the spec does it say anything specifically about case sensitivity and the FTStopWordOption.
Does the value of FTCaseOption affect stop-word comparisons? E.g.:
let $x := <p>BEST OF TIMES</p>
return $x contains text "BEST ANY TIMES"
using stop words ("any")
using case sensitive
Should that query return true or false?
- Paul
Received on Thursday, 3 June 2010 21:35:47 UTC