You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ponymail.apache.org by GitBox <gi...@apache.org> on 2021/10/07 10:29:07 UTC

[GitHub] [incubator-ponymail-foal] sebbASF commented on issue #109: Various issues with special characters in searches

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


   Classic ponymail uses a search of the form:
   
          "query": "(from:\"_item_\") OR (subject:\"_item_\") OR (body:\"_item_\")"
   
   where \_item\_ is html-encoded
   
   That works fine for all the special characters I tried.
   In the case of Foal, the fields are specified separately, so it would just need:
   
          "query": "\"_item_\""
   


-- 
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: issues-unsubscribe@ponymail.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org