Example #1
0
<?php

require_once 'boot.php';
require_once 'search_functions.php';
echo json_encode(fetch_supporters(array('q' => $_GET['q'], 'rows' => $_GET['rows'], 'start' => $_GET['start'], 'ex' => $_GET['ex'], 'fq' => $_GET['fq'], 'distance' => $_GET['distance'], 'sort_by' => $_GET['sort_by'], 'reverse' => $_GET['reverse'])));
function fetch_supporter_keys($o = array())
{
    return fetch_supporters($o, true);
}