systopia / de.systopia.remotetools

CiviCRM Remote Tools Extension - Toolkit for CiviCRM Integration with remote systems
Other
0 stars 3 forks source link

RemoteContact: Mutltivalue Search Mode #2

Closed bjendres closed 1 year ago

bjendres commented 3 years ago

Unfortunately, if you search for a list of options in a multi-value contact custom field, the default implementation looks for a contact that has all of the values, instead of any of the values. Unfortunately there is also no workaround (in APIv3) since the or API option is not implemented for the Contact entity.

For RemoteContact we want to implement this feature anyway, with the following approach: