-
Type:
Suggestion
-
Resolution: Won't Fix
-
Component/s: None
NOTE: This suggestion is for Confluence Cloud. Using Confluence Server? See the corresponding suggestion.
When the a page is favourited by the user, a label favourite will be created and associated with the page in the database identify with namespace my and the owner userkey in the label table. Please note, this label is not visible in the actual page.
| labelid | name | owner | namespace |
|---|---|---|---|
| 21954561 | favourite | 2c986a1a412f9cb201412f9d12bb003e | my |
When a actual favourite label is created in the page, the label does not have a owner and it is identified as global in the namespace.
| labelid | name | owner | namespace |
|---|---|---|---|
| 21954561 | favourite | 2c986a1a412f9cb201412f9d12bb003e | my |
| 1015817 | favourite | global |
However, when you search by label in the Confluence either using Confluence search or contentbylabel macro, both the user favourite page and the pages with the actual 'favourite label' will be listed in the result.
This can prove to be confusing and misleading.
A possible solution to this issue is to search Confluence label under the namespace 'global' only.
- is related to
-
CONFSERVER-33804 Confluence search should not list user favourited page when search by label.
- Closed