Skip to content

Instantly share code, notes, and snippets.

@tuxis-ie
Created September 23, 2015 14:06
Show Gist options
  • Save tuxis-ie/f39b19689384ee3e5bec to your computer and use it in GitHub Desktop.
Save tuxis-ie/f39b19689384ee3e5bec to your computer and use it in GitHub Desktop.
$result = $client->search_prefix(array(
'auth' => $auth,
'query' =>
array(
'operator' => 'and',
'val1' => array(
'operator' => 'equals',
'val1' => 'type',
'val2' => 'assignment'),
'val2' => array(
'operator' => 'greater',
'val1' => 'prefix_length',
'val2' => '32'),
'val3' => array(
'operator' => 'equals',
'val1' => 'family',
'val2' => '4')
)
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment