Re: Feature request: more flexible database lookups

From: Murray S. Kucherawy <msk_at_blackops.org>
Date: Tue, 6 Oct 2015 14:44:06 -0700 (PDT)

On Tue, 6 Oct 2015, John Massai wrote:
> Simple test I tried:
>
> ?filter="private_key <> ''"
> ?filter=private_key <> ''
>
> The person who asked last year (
> http://lists.opendkim.org/archive/opendkim/users/2014/06/3201.html )
> was trying this:
>
> ?filter='`private_key` NOT LIKE ""'
>
> So maybe it's the spaces? The quotes?

Special characters have to be encoded in something like quoted-printable
style, which I think is normal for URLs. The first "=" separates the
tag "filter" from your value, but the rest of them introduce a
two-character hex digit. So, try this for what you were trying:

   ?filter=private_key=20=3C=3D=20=27=27

...or for the original poster:

   ?filter==60private_key=60=20NOT=20LIKE=20=22=22

When we sort this out, I'll update the documentation accordingly.

-MSK
Received on Tue Oct 06 2015 - 21:44:23 PST

This archive was generated by hypermail 2.3.0 : Tue Oct 06 2015 - 21:54:02 PST