clean up string escaping/quoting
Elasticsearch has many special characters
+ - = && || > < ! ( ) { } [ ] ^ " ~ * ? : \ /, which are currently somehow escaped and quoted in the FeedListener. Need to check why some fail and how to fix it properly.
Elasticsearch has many special characters
+ - = && || > < ! ( ) { } [ ] ^ " ~ * ? : \ /, which are currently somehow escaped and quoted in the FeedListener. Need to check why some fail and how to fix it properly.