Is `$` a protected query char? Can't seem to searc...
# community-help
r
Is
$
a protected query char? Can't seem to search
$
amongst my text. I could see users wanting to look up
%
/
$
to find numbers in their document
j
By default all special characters are stripped before indexing. If you want to include them, you want to specify them in the
symbols_to_index
setting when creating a collection
r
Ah. Thanks
👍 1