#macro (searchResultIcon $searchResult)
#if ($searchResult.type == "userinfo")
#end
#end
#macro (newSearchResultContentLink $searchResult)
#set ($path = $searchResult.urlPath)
#if ($searchResult.type == "attachment")
#set ($path = $searchResult.extraFields.attachmentDownloadPath)
#end
$action.getTitleForResult($searchResult)#searchResultIcon($searchResult)##TODO: Highlight matches in titles
#end
#macro (newSearchResult $searchResult $showExcerpts $queryString)
## TODO: Show labels only if there is a matching label
$action.getSummaryForResult($searchResult)
#end #if ($searchResult.type != "spacedesc" && $searchResult.type != "personalspacedesc") #end #end