[FT] FTStopWordOption and FTCaseOption interaction

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