How about something like:

for exclusion
+*:* -KEY:abcd*

for inclusion
+*:* +KEY:abcd*

Best
Erick

On Wed, Mar 9, 2011 at 12:34 PM, Daniel Baughman <da...@hostworks.com> wrote:
> Is there a way to perform string logic on the key field using a subquery or
> some other method.
>
>
>
> IE. If the left 4 characters of the key are ABCD, then include or exclude
> those from the search.
>
>
>
> Here is the "laymans" pseudo code for what I'm wanting to do:
>
>
>
> *:* AND LEFT(KEY, 4) <> 'abcd'
>
>
>
> Anyone know that one?
>
>

Reply via email to