I’m experimenting with using the GetContacts API:
-
- the default “SortBy” parameter is “Relevance.” Fair enough, but how does LACRM evaluate relevance?
- I’m using AdvancedFilters with “Phone” and “Contains” - how much do I need to worry about the how the stored number is formatted in LACRM? It appears that if I search for a string with no punctuation (8455551212) it will match a value stored in any of “(845) 555-1212”, “845-555-1212”, “+1 845-555-1212”. Is it a safe assumption that punctuation is ignored for phone when using “Contains”?