⎵ means value is a single blank space._cols=a,b,c
and reload page to apply changes.abc on a column results in an SQL
LIKE = '%abc%' query. See
SQL LIKE
for more information on the SQL LIKE operator.%,
the percentage wildcards are not added automatically.% and _ using \.
Escape \ with \\.abc, use single quotes:
'abc'.'''single quoted string'''.