Skip to main content
This topic has been closed for replies.

1 reply

Inspiring
January 23, 2013

Regarding the filtercriteria, multiple key-value pairs should be comma separated.

The following statement given above (see Parameters section) is misleading:

i.e. If there are more than one key-value pair, then the AND operator is used.

Correct statement:

If there are more than one key-value pair, each pair should be separated with a comma e.g. {firstname="Marcia", lastname="Em"}.

Inspiring
January 23, 2013

You are misreading the text. It's explaining what happens on the DB side of things: eg if you pass two filter criteria, then they are ANDed in the DB filter clause, not ORed. It's NOT explaining the syntax to use for the argument (which is clearly stated as being a struct, which is correct).

--

Adam

Inspiring
January 23, 2013

Thanks Adam!