/
Useful CQLs
Useful CQLs
- 1 Find content within the current space
- 2 Find content by title within the current space
- 3 Find content that has mentioned the current user
- 4 Find content in the current space that mentions the given user
- 5 Find page that is favourited by the current user
- 6 Find content that are contributed by the given user since past week
- 7 Display pages within the current space that do not have any label
- 8 Reference
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
For this to work, please set the Search Type to Exact Match
Display pages within the current space that do not have any label
sitesearch ~ "type:page AND NOT (labelText:[a TO z] OR labelText:[0 TO 9]) AND spacekey:$$space.key$$"
Reference
Related content
Getting Started
Getting Started
Read with this
Useful CQLs
Useful CQLs
More like this
Contributor Summary Report
Contributor Summary Report
More like this
Two Dimensional Contributor Summary Report
Two Dimensional Contributor Summary Report
More like this
CQL Quick Search Macro
CQL Quick Search Macro
More like this
CQL Search Macro
CQL Search Macro
More like this