Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

For more information, visit Advanced Searching Using CQL 


Find content within the current space

text ~ $$query$$ and space = $$space.key$$  

Find content by title within the current space

title ~ $$query$$ and space = $$space.key$$  

Find content that has mentioned the current user

text ~ $$query$$ and mention = currentUser()

Find content in the current space that mentions the given user

space = $$space.key$$ and mention = $$query$$

Find page that is favourited by the current user

favorite = currentUser() and type = page

Find content that are contributed by the given user since past week

contributor = $$query$$ and lastModified > startOfWeek("-1w") and type not in (comment,attachment) order by type desc

Find content that has the CQL navigation macro.

macro = cqlnavigation order by title asc
 Click to display other macro name

Macro Display Name

Macro name

CQL Search

cqlsearch

CQL Search Table

cqlsearchtable

CQL Search Counter (Board)

cqlsearchcounter

CQL Search Counter (Link)

cqlsearchcounterlink

CQL Navigation

cqlnavigation

Contributor Summary Report

cqlsummary

Two Dimensional Contributor Report

cqlsummaryreport

CQL Quick Search

cqltab

Display pages within the current space that do not have any label

sitesearch ~ "type:page NOT (labelText:[a TO z] OR labelText:[0 TO 9]) AND spacekey:$$space.key$$"
  • No labels