Is there a way to limit a search to a CHILD SPACE (i.e., a parent page and all the pages below it)? I know of no way to do that. I realize we could create LABELS to help limit searches, but where labels haven't been created yet, that's a LOT of labels to create to do a search. We're hoping there's a simple way to say "Search this page and all the child pages below it" ...
There are 2 ways I'd recommend:
1. Use Confluence advanced search, you'll be able to narrow down by parent page by filtering "Content under"
2. Essentially the same process, you can also insert the "page tree search" macro on a page, then users can directly search content within a page tree:
I hope this helps!
Cheers,
Linh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Confluence has a lesser-known structured query language called CQL.
Using CQL, you could search the descendants of the page with the ID=123 for the text fragment "foobar" using a query:
ancestor=123 and text ~ "foobar"
See the CQL documentation. This tool is extremely powerful!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.