Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

...

This is a collection of some useful examples that Canned Search for Confluence

...

for your users.

...

Examples

...

Table of Contents
maxLevel3
minLevel3

Scenarios

...

View blog posts created in the last 5 days within this space and sorted by creation date

You can list the blog posts created in the previous 5 days in chronological order (oldest first)

...

Code Block
ancestor = 11829250 AND text ~ $$query$$

Pages within

...

"project" spaces

There are a few ways

  1. If you know the list of spaces in advance, you can provide them as a list

    Code Block
    space in ("Project A", "Project B", "Project C") AND text ~ $$query$$


  2. Alternatively, if your space follows a naming convention, you can select those spaces by their title. The example below assumes all the project space will contains "Project" in their space name.

    Code Block
    space.title ~ Project AND text ~ $$query$$


Comments which I was mentioned in, and are updated

...

this week

You can find out comments  that you are "mentioned" last week

Code Block
type = comment AND lastmodified > startOfWeek() AND lastmodified < endOfWeek() AND mention = currentUser()

Other Tips

...

  • You can create a "Canned Search Page" in your Confluence with a list of canned search macros added for your users to do power searching

Child pages (Children Display)

References

...