There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-502626aa-58a4-4108-97de-d5a6b2f03591 XWIKI-14798 Open

class pages should be able to be used in XWQL queries when they have spaces in their name

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-de6232e9-0665-4473-9edf-f6e1a74a74ca Manuel Leduc on 12/Jun/25 14:19
 

Vincent Massol note that the following (with the class reference wrapped in single quotes is working as expected.
$services.query.xwql("from doc.object('Example.Holiday Request Class') as hr").execute()