I ran into this bug too. There is a regular expression in webui/model/search/message.php that needs tweaking.

https://bitbucket.org/jsuto/piler/issues/601

-      $terms = preg_replace("/(\'|\"|\=|\>|\<)/", "", $terms);
+      $terms = preg_replace("/[^\w\s]/", "", $terms);



On 09/30/2015 07:37 AM, srisin...@meintl.com wrote:

(from: ema...@domain.com| ema...@domain.com | ema...@domain.com <mailto:ema...@domain.com>)

When we ran this search, we seemed to get the proper amount of emails, but no text appeared in the email results.


--
James Macdonell
Information Security & Emerging Technologies
California State University, San Bernardino
5500 University Parkway
San Bernardino, CA 92407-2393
Main Line: 909/537-7262
http://its.csusb.edu/
PGP: 0xBE849E4B

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to