BaseXdb / basex

BaseX Main Repository.
http://basex.org
BSD 3-Clause "New" or "Revised" License
678 stars 268 forks source link

XQuery Full-Text: window expression, multiple hits, stemming #2141

Open ChristianGruen opened 1 year ago

ChristianGruen commented 1 year ago
'a b b' contains text 'a b' all words window 2 words

Expected: true, returned: false.

ChristianGruen commented 1 year ago

Related: 'a b c b' contains text 'a b c' all words ordered

ChristianGruen commented 1 year ago

Expected:

'adverse' contains text 'adverse' using stemming,
'fox' contains text 'fox' any word using stemming

Unexpected:

'adverse' contains text 'adverse' all words using stemming,
'adverse' contains text 'adverse' any word using stemming