Skip to content

fix display of indexed search multiline results

Administrator requested to merge multiline into master

Created by: ijt

Indexed searches were already giving results for queries containing \n, but the highlighting didn't show up correctly.

Fixes #4138.

Before:

Screen Shot 2019-06-04 at 16 05 44

After:

Screen Shot 2019-06-04 at 15 45 52

Test plan: unit test, manually tried some queries like foo\nbar

Merge request reports

Loading