You are here

public function DefaultMatchingEngineFieldTypeInterface::fieldQuery in CRM Core 7

Query.

Used when generating queries to identify matches in the system

1 method overrides DefaultMatchingEngineFieldTypeInterface::fieldQuery()
DefaultMatchingEngineFieldType::fieldQuery in modules/crm_core_default_matching_engine/includes/DefaultMatchingEngine.inc
Field query to search matches.

File

modules/crm_core_default_matching_engine/includes/DefaultMatchingEngine.inc, line 49

Class

DefaultMatchingEngineFieldTypeInterface
Interface for defining the logical operators and query criteria used to identify duplicate contacts based on different field types in DefaultMatchingEngine.

Code

public function fieldQuery($contact, $rule);