Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.1.0
-
Fix Version/s: 4.1.0
-
Component/s: CiviCRM API
-
Labels:None
Description
Plan is to support this syntax
$params = array( 'street_address' => array('LIKE' => '%mb%'),
'version' => $this->_apiversion ,
'sequential' => 1,
);
per
http://svn.civicrm.org/civicrm/trunk/api/v3/examples/Address/AddressLike.php