Hi there.
I'm trying to search a confluence page for body content that has a certain tag and that lives in a certain space that is also tagged.
It seems I cannot do hierarchical searches in the Advanced Search bar.
I tried:
1. labelText:spaceTag AND labelText:pageTag "Page search term"
2. labelText:spaceTag labelText:pageTag AND "Page search term"
Is this even possible?
Thanks for your hints.
Hi @Florian Hein , welcome to the Community!
I don't think there's a need to run the search on the Advanced Search page here.
To find your page, you'd just filter the quick search with the page label and the space category:
... because tags are named labels on pages and categories in spaces.
Hope that helps!
Kind regards,
Nicolai
Thanks @Nicolai Sibler that is certainly a way. We have power users that like to save clicks. If they had a predefined query which they could simply copy/paste into the advanced search box and only have to type one more item (search term(s)) then it would save them a couple of clicks as they wouldn't have to click on two dropdowns and search for label + category and type in the search term(s).
But hey, this is just a minor thing, was just curious.
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry for the misunderstanding @Florian Hein , I didn't understand you are searching for a CQL query.
This is more complex than it seems at first glance, because labelText refers to a page's (or attachment's) metadata while space.category refers to the metadata of a space. That's why I can't query
labelText=[Page label] AND space.category=[Space category]
because search results cannot have both a label and a category - they're either pages/attachments or spaces.
However, I am confident that someone with more CQL syntax skills than I will answer here and solve your question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Nicolai Sibler Got you. Nonetheless, thanks for explaining what I suspected. Trying out Script Runner, let's see.
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.