Hello, I encountered a behaviour of full-text search which appears to me a bug: (1) OKbasex "'adverse' contains text 'adverse' using stemming" => true (2) NOTOKbasex "'adverse' contains text 'adverse' all words using stemming"=> false (3) NOTOKbasex "'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