Thanks, Hans-Jürgen. I have added your observations in the existing GitHub issue on misbehaving XQFT expressions. Best, Christian
On Thu, Oct 27, 2022 at 4:59 PM Hans-Juergen Rennau <hren...@yahoo.de> wrote: > > Hello, > > I encountered a behaviour of full-text search which appears to me a bug: > > (1) OK > basex "'adverse' contains text 'adverse' using stemming" > => true > > (2) NOTOK > basex "'adverse' contains text 'adverse' all words using stemming" > => false > > (3) NOTOK > basex "'adverse' contains text 'adverse' any word using stemming" > => false > > (4) OK > basex "'fox' contains text 'fox' any word using stemming" > => true > > BaseX version is 10.3. > > With kind regards, > Hans-Jürgen