Hi,
I want to find pages that have "label-a" but don't have "label-b".
The advanced search form allows to search for label presence by adding "+labelText:label-a", but searching for label absence using "-labelText:label-b" doesn't seem to be working.
Also in each case I'm required to enter a keyword for search, but since I want to find all pages I get no search results because of missing keyword.
Thanks.
Sorry, I forgot that Confluence label searching sort of has a bug: if you search for a label that has a dash in it, it only searches for part of the label. Therefore, when we were searching for "task-related", it was matching any labels that contained the word "task".
If you search for labelText:"task-created" NOT labelText:"task-resolved" (with the quotes) then it works properly.
Yes, that is what I needed. Big thanks. This is final search query I've used: labelText:"task-created" NOT labelText:"task-resolved"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is this bug still the case? Do you have the issue ticket?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
https://confluence.atlassian.com/doc/confluence-search-syntax-158720.html says
Searches for content containing a specific label. If the label has a hyphen, include it within double quotes.
labelText:roadmap
labelText:"product-roadmap"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello
Use the NOT operator.
type:page labelText:label-a NOT labelText:label-b
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, but that doesn't work. Here is where I use it: http://community.in-portal.org/dosearchsite.action?queryString=type%3Apage+labelText%3Atask-created+NOT+labelText%3Atask-resolved 1. the "Type" in sidebar on the left still says "All Content" even though I've searched for pages only (maybe pages only are found) 2. the 1st found page doesn't have any label at all. I've tried to add "AND" before "NOT" but that resulted in no pages found.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It seems like that's because all pages that have the "task-created" label also have the "task-resolved" label. Searching for each label individually shows 2011 results for both.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's not true as well. There following group of pages (I'm certain): - ones, that don't have any label - ones, that have label other then "task-created" or "task-resolved" - ones that have "task-created", but not "task-resolved" - ones that have both "task-created" and "task-resolved" Fact, that page with no labels were also found proves, that suggested search query doesn't search what it's supposed to.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
that's because you have the type:page attached to the search, you should remove that part or include an AND after it. If you don't include AND, the space is interpreted as "OR". Notice that if you search for "labelText:task-created AND labelText:task-resolved", then you also get 2011 results. This leads me to believe that there are no pages that have "task-created" but do not have "task-resolved"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
bq. that's because you have the type:page attached to the search, you should remove that part or include an AND after it. If you don't include AND, the space is interpreted as "OR". http://community.in-portal.org/dosearchsite.action?queryString=type%3Apage%20AND%20labelText%3Atask-created%20NOT%20labelText%3Atask-resolved&startIndex=0&where=conf_all is using "type:page AND labelText:task-created NOT labelText:task-resolved" as you suggested, but shown no pages, which is incorrect as well. See why in next comment. bq. Notice that if you search for "labelText:task-created AND labelText:task-resolved", then you also get 2011 results. This leads me to believe that there are no pages that have "task-created" but do not have "task-resolved" If I list pages by label: * http://community.in-portal.org/label/task-created - 128 pages (x10 results per page) * http://community.in-portal.org/label/task-resolved - 117 pages (x10 results per page) So totally not the same pages :)
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.