RE: Search Issues

2015-10-01 Thread Janos SUTO
On 2015-09-30 22:47, srisin...@meintl.com wrote: Janos, we can do multiple searches if MailPiler can't handle a complex search like we were attempting. (I don't know if other archivers can do it, either, so don't think I'm slamming MailPiler!) We were able to find the data we needed; it just

Re: Search Issues

2015-09-30 Thread Janos SUTO
Hello Stephen, On 2015-09-30 16:37, srisin...@meintl.com wrote: We received a request to pull emails to-or-from three emails from a certain date forward. We tried several different search methods, and I used the Sphinx advanced search criteria to come up with something like the following:

RE: Search Issues

2015-09-30 Thread srisinger
Thanks for the followup, guys! James, I implemented what you talked about from Issue 601. I think that will definitely help! Janos, we can do multiple searches if MailPiler can't handle a complex search like we were attempting. (I don't know if other archivers can do it, either, so don't

Search Issues

2015-09-30 Thread srisinger
We received a request to pull emails to-or-from three emails from a certain date forward. We tried several different search methods, and I used the Sphinx advanced search criteria to come up with something like the following: (from: ema...@domain.com| ema...@domain.com |

Re: Search Issues

2015-09-30 Thread James Macdonell
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