|makeresults| eval owner_realname="Andrew Gerber" | where match (owner_realname,"\s{2}")
Search above generates output, but in the output the double space in the "owner_realname" is missing in the browser display (it is present if you download it via CSV).
Your browser is choosing not to display the second space - it's there if you inspect the HTML.
Your browser is choosing not to display the second space - it's there if you inspect the HTML.
Exactly right Martin, thank you.
<td data-cell-index="1" class="string" tabindex="> Andrew Gerber </td>
You should click Accept
to close this question.
Yessir! Done and done!