| 1 |
<?php |
<?php |
| 2 |
// $Id: serapi.module,v 1.6 2008/11/05 21:50:42 yaph Exp $ |
// $Id: serapi.module,v 1.7 2008/11/05 22:10:42 yaph Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* Returns an array with information on the performed search |
* Returns an array with information on the performed search |
| 69 |
'host_pattern' => 'search.yahoo.com', |
'host_pattern' => 'search.yahoo.com', |
| 70 |
'query_param' => 'p' |
'query_param' => 'p' |
| 71 |
), |
), |
| 72 |
'live' => array( |
'bing' => array( |
| 73 |
'host_pattern' => 'search.live.com', |
'host_pattern' => 'bing.com', |
| 74 |
'query_param' => 'q' |
'query_param' => 'q' |
| 75 |
), |
), |
| 76 |
'ask' => array( |
'ask' => array( |