There are 3 updates.
 
 
CQL / cid:jira-generated-image-avatar-15532ecb-3ea1-4b22-b980-f29aa39ffb36 CQL-5 In Progress

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

 
View issue   ·   Add comment
 

3 updates

 
cid:jira-generated-image-avatar-6b39ff78-19e1-4c2f-b722-154dc25cb171 Changes by Raphaël Jakse on 04/Aug/25 15:17
 
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 is faster and more robust.
Assignee: Raphaël Jakse
Status: Open In Progress