-
Suggestion
-
Resolution: Unresolved
NOTE: This suggestion is for Confluence Cloud. Using Confluence Server? See the corresponding suggestion.
Although search terms are highlighted in the search results page, it would also be handy if the same matching terms were highlighted when viewing a page from the search results. (i.e. click on the page link, and the same search terms are highlighted in yellow on the page itself)
If you're searching for a particular term in a long document, it's much easier to find the word if it is already highlighted for you. (The Google Toolbar does this for Google searches - see http://johnbokma.com/firefox/google-toolbar-customizing.html for an example)
- is related to
-
AI-549 Search terms should be highlighted in attachments
- Closed
-
CONFSERVER-6174 Search terms should be highlighted in pages
- Gathering Interest
- mentioned in
-
Page Failed to load
I also have customers asking for this functionality.
Technically it's not difficult. The search term needs to be in the url when you click on a search result. This is how it works on the search result page: confluence/dosearchsite.action?queryString=
Parsing the body of the page can even be done via javascript.