I'm wondering if there is an efficient way to retrieve all members using the Member Service that have the same email address but that is also from the same member type.
By efficient I mean, I would not want to load all members, and then look for them with a second filter. Can it be done in one go?
For example, I want to find all members with the email address "[email protected]" that are of member type (alias) "CustomMember".
Find all members with the same email address
Hi.
I'm wondering if there is an efficient way to retrieve all members using the Member Service that have the same email address but that is also from the same member type.
By efficient I mean, I would not want to load all members, and then look for them with a second filter. Can it be done in one go?
For example, I want to find all members with the email address "[email protected]" that are of member type (alias) "CustomMember".
Thank you for any help.
Hi Jose, You can achieve this using Examine search and the build in InternalMemberIndexSet:
Mila
is working on a reply...