It would be great to be able to manipulate the raw post rows of search results.
When searching for topics, the core.search_modify_rowset event receives the raw rows from the database. But, when searching for posts, the post_text field is processed prior to the event, for example BBCodes are stripped and the message is truncated. The new event should allow access to the original full row.