This issue has been created
 
 
CQL / cid:jira-generated-image-avatar-013c0d6d-a38d-4850-9e91-cc3824d58835 CQL-5 Open

Simplify such expressions like "space = currentSpace() and ancestor = currentAncestor()"

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-6c1c782c-4c70-4313-926f-3e3c9c98447c Raphaël Jakse created this issue on 14/Mar/25 15:17
 
Summary: Simplify such expressions like "space = currentSpace() and ancestor = currentAncestor()"
Issue Type: cid:jira-generated-image-avatar-013c0d6d-a38d-4850-9e91-cc3824d58835 Improvement
Affects Versions: 0.1.0
Assignee: Unassigned
Created: 14/Mar/25 15:17
Priority: cid:jira-generated-image-static-major-1988c343-0401-4a45-bae8-5f35700a0399 Major
Reporter: Raphaël Jakse
Description:

Might be difficult to do, but "space = currentSpace() and ancestor = currentAncestor()" should always be equivalent to "ancestor = currentAncestor()". The latter leads to a simpler solr queries, and also the simplified version doesn't need to resolve the confluence space, which id faster and more robust.