Last modified: 2014-09-22 17:09:55 UTC
We should highlight results of insource queries. If there is a regex in the query then we should only highlight regex matches. If there isn't a regex we should highlight whatever portion of the source matches.
Change 161611 had a related patch set uploaded by Manybubbles: Highlighting for insource https://gerrit.wikimedia.org/r/161611
Change 161611 merged by jenkins-bot: Highlighting for insource https://gerrit.wikimedia.org/r/161611
The code for this is merged but not yet deployed. The regex highlighting suffers from problems with multi byte characters (Bug 71126). The code to fix that has also been merged but it requires an Elasticsearch rolling restart which is a pain so it'll wait longer to be deployed.