infisearch
infisearch copied to clipboard
Search is broken when indexed data contains special symbols
We encountered an issue when our data contained a ^C
which during indexing got included in the resulting JSON. This symbol is not allowed in JSON and makes it invalid. When the client side tries to read JSON it can't parse it and the search doesn't work.
Maybe the indexer should remove symbols not allowed in JSON to avoid such situations.