Soap and SET datatype : And & Or

Post Reply
michel.weber
Posts: 256
Joined: Sat Oct 08, 2005 12:40 pm

Soap and SET datatype : And & Or

Post by michel.weber »

How do i specify an AND via soap for SET datatype, by default it seems to be an OR?
User avatar
jason112
Site Admin
Posts: 347
Joined: Tue Oct 26, 2004 5:35 pm

Soap and SET datatype : And & Or

Post by jason112 »

While it's not possible with the infield: syntax, you can define a custom Parametric Search Query that uses the field twice.

$qpField1 IN setField AND $qpField2 IN setField

Now you can use multiple <Param> elements to set qpField1 and qpField2, and it will only return rows that have them both in setField.
Post Reply