Skip to content

Instantly share code, notes, and snippets.

@jmertic
Created February 25, 2011 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmertic/844141 to your computer and use it in GitHub Desktop.
Save jmertic/844141 to your computer and use it in GitHub Desktop.
<?php
$dictionary['Contact']['indices'][] = array(
'name' => 'special_idx_first_last_email',
'type' => 'index',
'source' => 'non-db',
'fields' => array('first_name','last_name','email1')
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment