20
edits
(added jobTitle per bug 746066 request and existence in address book UIs (BB, iOS, MOAB), based on vCard 'title' but renamed due to years of experience of problems with 'title') |
No edit summary |
||
Line 26: | Line 26: | ||
interface ContactFindOptions : nsISupports | interface ContactFindOptions : nsISupports | ||
{ | { | ||
attribute DOMString | attribute DOMString filterValue; // e.g. "Tom" | ||
attribute DOMString | attribute DOMString filterOp; // e.g. "contains" | ||
attribute DOMString[] filterBy; // e.g. "givenName" | attribute DOMString[] filterBy; // e.g. "givenName" | ||
attribute DOMString sortBy; // e.g. "givenName" | |||
attribute DOMString sortOrder; // e.g. "descending" | |||
attribute unsigned long filterLimit; | |||
}; | }; | ||
edits