[OGo-XML-RPC] Multiple Qualifiers

Helge Hess xmlrpc@opengroupware.org
Sun, 4 Jun 2006 23:24:58 +0200


On Jun 4, 2006, at 11:08PM, Adam Tauno Williams wrote:
> Is it possible have multiple qualifiers in the fetch spec for an
> enterprise or contact fetch operation?

Unfortunately, no. More exactly, the backend is a command like  
"company::search" which takes a simple dictionary (aka Map aka  
Hashtable) plus an operation (AND/OR) as arguments.

So you can only specify one operation per search and only one value  
per key, eg:

operation = AND
search-dict = {
   firstname = 'blub';
   name      = 'murks*';
}

Yup, this sucks, but its the way it is right now ... should be fixed  
(a search command which can take arbitary qualifiers should be added).

Greets,
   Helge