[Tb] Adding Prototype to Agent Consideration

From: Lee Phillips <lee>
Date: Fri Dec 02 2005 - 10:06:09 EST

> Below is a representative agent query -
>
> Previous query: due>today-1 & due<today+3 & isTask=true &
> Prototype(HomeTask?|WorkTask?) & IsPrototype=false
>
> New query: due>today-1 & due<today+3 & isTask=true &
> Prototype(JobApplications|HomeTask|WorkTask) & IsPrototype=false

I've didn't know about the Prototype(xxx) syntax; I've been using
Prototype = xxx. Maybe you could try that?:

((Prototype = xxx) | (Prototype = yyy) | (Prototype = zzz))

Don't overlook the possibility of bugs in the parser - you might
not be doing anything wrong.
Received on Mon Nov 28 10:50:45 2005

This archive was generated by hypermail 2.1.8 : Wed Dec 14 2005 - 10:45:38 EST