When reading through the search results, such as http://confluence.atlassian.com/dosearchsite.action?queryString=3.5+search+results&where=conf_all&type=&lastModified=&contributor=&contributorUsername=
the results come back in the form
I've had several people ask for a display of the full path to the result. In other words, they'd like to see the tooltop that you get when hovering over "title of page" to be displayed directly on screen.
Is this possible with any tweaking? If not, then which file do I need to look at amending?
You can do this with a search result renderer
http://confluence.atlassian.com/display/CONFDEV/Writing+a+search+result+renderer
The one used in Confluence is open source and available at
https://bitbucket.org/rthomas/search-result-enhancer/src
so you can tweak that one, or of course write your own own from scratch.
Oooh, that looks like it will solve this problem, thanks Daniel!
It might be able to help us with the fundamentally broken searching in Confluence too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I tried to use the SearchResultRender to customize the render.
But it is not working for Confluence 5.3.
The documents seems like i do not have permission to view.
Why is that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.