-
Suggestion
-
Resolution: Unresolved
-
None
-
2
-
NOTE: This suggestion is for Confluence Cloud. Using Confluence Server? See the corresponding suggestion.
Problem Definition
As a Confluence user I would like to use the search functionality to return a snippet of a text that has an anchor, so that I can easily find content.
Suggested Solution
Allow Confluence search to include anchor results in the CONTAINS() or contentBody functions.
E.g.:
macroName:anchor AND CONTAINS("anchorName")
OR
macroName:anchor AND contentBody("anchorName")
Workaround
As for now, a user can only search for the macroName and text in the link.
- is related to
-
CONFSERVER-43672 Add anchor link search into Confluence
- Gathering Interest
[CONFCLOUD-43672] Add anchor link search into Confluence
Component/s | New: Search - CQL and Indexing [ 63799 ] | |
Component/s | New: Search - Advanced Search [ 61204 ] |
Workflow | Original: JAC Suggestion Workflow [ 3402388 ] | New: JAC Suggestion Workflow 3 [ 3622423 ] |
Workflow | Original: Confluence Workflow - Public Facing v3 [ 2245081 ] | New: JAC Suggestion Workflow [ 3402388 ] |
Status | Original: Needs Verification [ 10004 ] | New: Gathering Interest [ 11772 ] |
Support reference count | New: 2 |
Workflow | Original: Confluence Workflow - Public Facing v3 - TEMP [ 2140664 ] | New: Confluence Workflow - Public Facing v3 [ 2245081 ] |
Workflow | Original: Confluence Workflow - Public Facing v3 [ 1900698 ] | New: Confluence Workflow - Public Facing v3 - TEMP [ 2140664 ] |
Workflow | Original: Confluence Workflow - Public Facing v2 [ 1789488 ] | New: Confluence Workflow - Public Facing v3 [ 1900698 ] |
Description |
Original:
h3. Problem Definition As a Confluence user I would like to use the search functionality to return a snippet of a text that has an anchor, so that I can easily find content. h3. Suggested Solution Allow Confluence search to include anchor results in the {{CONTAINS()}} or {{contentBody}} functions. E.g.: {code}macroName:anchor AND CONTAINS("anchorName"){code} OR {code}macroName:anchor AND contentBody("anchorName"){code} h3. Workaround As for now, a user can only search for the {{macroName}} and text in the link. |
New:
{panel:bgColor=#e7f4fa} *NOTE:* This suggestion is for *Confluence Cloud*. Using *Confluence Server*? [See the corresponding suggestion|http://jira.atlassian.com/browse/CONFSERVER-43672]. {panel} h3. Problem Definition As a Confluence user I would like to use the search functionality to return a snippet of a text that has an anchor, so that I can easily find content. h3. Suggested Solution Allow Confluence search to include anchor results in the {{CONTAINS()}} or {{contentBody}} functions. E.g.: {code}macroName:anchor AND CONTAINS("anchorName"){code} OR {code}macroName:anchor AND contentBody("anchorName"){code} h3. Workaround As for now, a user can only search for the {{macroName}} and text in the link. |
Link | New: This issue is related to CONFSERVER-43672 [ CONFSERVER-43672 ] |
I recommend to make the user workflow even more efficient, as follows:
After searching for any string, upon the user selecting a page from the search result Confluence should zoom into the location on the page where the search string was found.