There are 2 comments.
 
 
XWiki Platform / cid:jira-generated-image-avatar-4d638dd4-a12f-41ac-9062-b596b95253ee 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
 

2 comments

 
cid:jira-generated-image-avatar-6102649e-f6b6-49e2-8d89-f646e868d1c5 Vincent Massol on 12/Jun/25 14:34
 
[~vmassol] note that the following (with the class reference wrapped in single quotes is working as expected.

{noformat}
$services.query.xwql("from doc.object('Example.Holiday Request Class') as hr").execute()
{noformat}
 
cid:jira-generated-image-avatar-6102649e-f6b6-49e2-8d89-f646e868d1c5 Vincent Massol on 12/Jun/25 14:36
 

Manuel Leduc ok that's interesting. I think it would be good to document it somewhere on https://extensions.xwiki.org/xwiki/bin/view/Extension/Query%20Module

So I guess we should close this issue as invalid. WDYT?