Re: Multiple Qualifiers
Helge Hess <[email protected]> Sun, 4 Jun 2006 23:24:58 +0200
| Newsgroups | gmane.comp.cms.opengroupware.xmlrpc.devel |
|---|---|
| Message-ID | <[email protected]> |
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
--
OpenGroupware.org XML-RPC
[email protected]
http://mail.opengroupware.org/mailman/listinfo/xmlrpc