Inability to search with single or double quotes in piler web interface

Issue #344 resolved
Cameron Conner created an issue

It seems that you're unable to search with quotes or double quotes in your terms.

Such as, I went looking for an email titled RE: 2" Mylar, and couldn't find it until I changed the " to an asterisk.

Looks like the input needs to be escaped?

Comments (2)

  1. Janos SUTO repo owner

    The metacharacters, eg. " is dropped from the text, so they are not present in the sphinx data. Try simply discarding those metacharacters, eg.

    instead of this:

    RE: 2" Mylar

    try the following:

    subject: re mylar

  2. Log in to comment