Example #1
0
function search($query, $fields = array())
{
    $q = new Query();
    return $q->search($query, $fields);
}