Description
The following XPath query is not converted correctly:
//element(hello, nt:base)
It should be converted to
select [jcr:path], [jcr:score], * from [nt:base] as a where name(a) = 'hello' /* xpath: //element(hello, nt:base) */
The following XPath query is not converted correctly:
//element(hello, nt:base)
It should be converted to
select [jcr:path], [jcr:score], * from [nt:base] as a where name(a) = 'hello' /* xpath: //element(hello, nt:base) */