force the browser to open links in a new tab

(from github.com/sgraham3)
Is there a way to have the search result links open in a new tab on the browser?

(from github.com/marevol)
See Page Design.
You can edit searchResult.jsp.

(from github.com/sgraham3)
I added target="_blank" and it works great.
Thanks