在我的 Zimbra 对 REST API 的查询中,我想获取仅与联系人名称匹配的元素:
http://zimbra.server.com/home/plinard/contacts?fmt=xml&query=(taichimaro)
但是 Zimbra 会返回每个联系人,即使他找到 taichimaro 作为函数或 phoneNumber,那么如何告诉他我要搜索 lastName 而不是所有字段?
谢谢
在我的 Zimbra 对 REST API 的查询中,我想获取仅与联系人名称匹配的元素:
http://zimbra.server.com/home/plinard/contacts?fmt=xml&query=(taichimaro)
但是 Zimbra 会返回每个联系人,即使他找到 taichimaro 作为函数或 phoneNumber,那么如何告诉他我要搜索 lastName 而不是所有字段?
谢谢