infisearch icon indicating copy to clipboard operation
infisearch copied to clipboard

Search is broken when indexed data contains special symbols

Open rlebedys opened this issue 10 months ago • 0 comments

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.

rlebedys avatar Mar 26 '24 07:03 rlebedys