sebbASF commented on issue #109:
URL: 
https://github.com/apache/incubator-ponymail-foal/issues/109#issuecomment-930638482


   I think this occurs because the ES7 query_string operation is being used.
   Its query field allows for various meta-characters; these are not being 
escaped correctly.
   The meta-chars are given here:
   
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html#_reserved_characters
   
   Rather than replacing them with spaces, which will change the search 
behaviour, they need to be escaped.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to