|
|
Choosing A Webhost: |
Re: Multiple Qualifiers: msg#00002cms.opengroupware.xmlrpc.devel
> > 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 ... Actually, this would be fine, if I could get it to work. :) result = server.person.fetch( { 'operation' : 'AND', 'search-dict' : { 'firstname' : 'steve', 'name' : 'berns' }, 'sortOrderings' : ["name",], } Doesn't work. Neither does - result = server.person.fetch( { 'operation' : 'AND', 'search-dict' : [ 'firstname = steve', 'name = berns', ], 'sortOrderings' : ["name",], } ) -- OpenGroupware.org XML-RPC xmlrpc@xxxxxxxxxxxxxxxxx http://mail.opengroupware.org/mailman/listinfo/xmlrpc
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Multiple Qualifiers, Helge Hess |
|---|---|
| Next by Date: | Re: Multiple Qualifiers, Helge Hess |
| Previous by Thread: | Re: Multiple Qualifiers, Helge Hess |
| Next by Thread: | Re: Multiple Qualifiers, Helge Hess |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |