How to add a CQL search to generate dynamic links:
Check your query results
Use the preview to test the query and view the results.
Common use cases for CQL
If you are unsure, what the CQL feature can do for you, here are a few suggestions what it can be used for:
Usecase | Query |
---|---|
Content that has been recently visited by the current user | |
Content that has been recently edited by the current user | |
Pages or Blogpost created by the current user in descending order | contributor = currentUser() AND type IN (‘page’, ‘blogpost’) order by created desc |
Content that has been starred by the current user. This will show starred pages and spaces. | favourite = currentUser() |
Content that mentions the current user | |
Content that includes tasks of the current user |