xPath Exception about the paths with digits
Hi All,
We found that QueryManager throws exception about path with digits. For instance the following query will trigger the exception:
/jcr:root/content/mysite/events/2024/special-events//element(*,cq:PageContent)[@sling:resourceType='mysite/pages/event-detail' ] order by @datestamps ascending
It will automatically append an "*" to 2024, making it as /jcr:root/content/mysite/events/2024(*)/special-events//element(*,cq:PageContent)[@sling:resourceType='mysite/pages/event-detail' ] order by @datestamps ascending.
So that it will throw an exception
Is there any solution getting rid of this?
Thanks!
-kt
