v0.1.1
Fixed
- A search query containing a backslash directly before a pipe no longer breaks
the analytics table.escapeCellescaped the pipe but not the backslash, so
shoes \| nikecame out asshoes \\| nike— an escaped backslash followed by
a live column separator, which is exactly the row split the escaping prevents.