CRM-16036 - A hack around the issue.
authorJohan Vervloet <johanv@johanv.org>
Tue, 10 Mar 2015 15:07:45 +0000 (16:07 +0100)
committereileenmcnaugton <eileen@fuzion.co.nz>
Wed, 12 Aug 2015 23:39:33 +0000 (11:39 +1200)
commit6a271fe04d062e9a55daa50582ea7a9b8327f54a
tree36236ab7ab5a662305fd514e36282bf809e5cd7c
parent22e9710187d08126b6a86005c79662d29accba30
CRM-16036 - A hack around the issue.

I changed _civicrm_api3_basic_get so that it calls my hack
(_civicrm_api3_get_using_query_object_simple) whenever a
custom field is used in $params. In all other cases, the API
behaves as before.

----------------------------------------
* CRM-16036: API: searching on custom fields does not work
  https://issues.civicrm.org/jira/browse/CRM-16036
api/v3/utils.php