You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.
Depending on the results you are looking for, you might be able to just use a OHSplitOnFieldTypePostProcessor to get all phone numbers for contacts and search through there. Or you could write a custom post processor that removes the email addresses from contacts without splitting them. If you specifically want to keep contacts with all info and only search for name and phone number, you could write a custom version of OHFuzzyMatchingUtility that only generates OHContactMatchNominee objects for name and phone number fields.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
How can I sort based on name and phone number only. Currently fuzzy search considers email and other fields also.
The text was updated successfully, but these errors were encountered: