Description of the Problem
Given this XML document:
and XPath Query
//M/descendant-or-self::M[contains-token(@v, "a")]
after creating token index BaseX returns empty result set.
Expected Behavior
Should return node M as before token index is created.
Steps to Reproduce the Behavior
- Create database
create database test <M v="a"/>
- Create index token
create index token
- Execute XPath query
xquery //M/descendant-or-self::M[contains-token(@v, "a")]
Do you have an idea how to solve the issue?
No response
What is your configuration?
BaseX version: BaseX 10.7 beta latest commit 27725e9 on Windows
Description of the Problem
Given this XML document:
and XPath Query
after creating token index BaseX returns empty result set.
Expected Behavior
Should return node M as before token index is created.
Steps to Reproduce the Behavior
create database test <M v="a"/>create index tokenxquery //M/descendant-or-self::M[contains-token(@v, "a")]Do you have an idea how to solve the issue?
No response
What is your configuration?
BaseX version: BaseX 10.7 beta latest commit 27725e9 on Windows