On January 3, 2016 at 7:41:47 PM, Christian Grün (christian.gruen@gmail.com) wrote:
Hi Ron,
> "Superior Laboratories" contains text { "Medical Affairs" } using stop
> words ( "medical", "affairs” )
I’m pretty sure that "true" is the right answer here. I must admit
that, due to the variety of options provided by the XQFT spec, it’s
often not too obvious what’s going on.
> is there a way - without removing the stop words
> from the file - to override this behavior in XQuery so the above match will
> fail?
Maybe an additional check could be used after the first 'contains
text' expression. In what particular cases would you like to get
'false' as result?
Christian