-
-
Notifications
You must be signed in to change notification settings - Fork 273
Closed
Labels
Description
Description of the Problem
Given this XML document:
<M v="a"/>
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