GNOME Bugzilla – Bug 694906
search: fix description of results
Last modified: 2013-02-28 23:39:38 UTC
"description" is documented as a valid field for search result metas, and ListSearchResults implements it, so pass it down to be used. Also, don't wrap the description in quotes, so that the search provider can decide if it is an excerpt from the searched text or something else. And to that extent, set use_markup to true, so that terms can be highlighted.
Created attachment 237663 [details] [review] search: fix description of results
Review of attachment 237663 [details] [review]: Looks good to me. Are you adding support for this to some app? :)
control-center already has support, and seahorse will (bug 694606).
Attachment 237663 [details] pushed as e788673 - search: fix description of results