I would like to highlight the search results similarly to what word's native search is doing. In other words, I don't want the search action to have side effects in the document, e.g. by changing the color of the font in the returned text ranges.
var searchResults = paragraph.search(searchValue);
context.load(searchResults, { select: 'text, font, style' });