Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

Addressbook.searchPeopleWithName

Searches people matching the first and/or last name.

Component Version macOS Windows Linux Server iOS SDK
Addressbook 3.1 ✅ Yes ❌ No ❌ No ❌ No ❌ No

Deprecated

This function was deprecated. Use Contacts functions instead.

MBS( "Addressbook.searchPeopleWithName"; FirstName; LastName )   More

Parameters

Parameter Description Example
FirstName The first name or search for. Can be empty to search only for last name. "Christian"
LastName The last name or search for. Can be empty to search only for first name. "Schmitz"

Result

Returns list of all person IDs.

Description

Searches people matching the first and/or last name.
This search is case insensitive.

Examples

Search for Peter Miller:

MBS( "Addressbook.searchPeopleWithName"; "Peter"; "Miller" )

Search for Peter only:

MBS( "Addressbook.searchPeopleWithName"; "Peter"; "" )

See also

Blog Entries

Created 18th August 2014, last changed 18th August 2014


Addressbook.searchPeopleWithModificationDate - Addressbook.searchPersonWithExternalUID

Feedback: Report problem or ask question.