Useful CQLs


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

Find page that is favourited by the current user

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

  • For this to work, please set the Search Type to Exact Match

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

Reference