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