Skip to content

Instantly share code, notes, and snippets.

@jmertic
Created April 15, 2011 00:51
Show Gist options
  • Save jmertic/920912 to your computer and use it in GitHub Desktop.
Save jmertic/920912 to your computer and use it in GitHub Desktop.
<?php
$searchFields['Calls']['account_postcode'] = array(
'query_type' => 'default',
'operator' => 'subquery',
'subquery' => 'SELECT id FROM accounts WHERE accounts.deleted=0 AND billing_address_postalcode LIKE',
'db_field' => array(
'parent_id',
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment