This feature request is linked to this question (Q486 - View full commit message in diffusion)
In my company, we are using diffusion to observe some hosted SVN repositories.
Our SVN message format rule is the following : The first line of the message has to be the name of the project / feature. The rest is the description of the commit.
Here is an example :
[project name] - commit description. - [...]
When we use the search feature of Phabricator, there is only 1 line per result, and this line is the first line of the commit message, as shown on the folliwing image.
Is there any research setting you can add so we can view the full commit message for each result of the query ?
Thanks in advance.