| 1 |
<?php |
<?php |
| 2 |
// $Id: luceneapi.module,v 1.18.2.8 2009/03/01 02:57:10 cpliakas Exp $ |
// $Id: luceneapi.module,v 1.18.2.9 2009/03/01 03:00:27 cpliakas Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 1229 |
|
|
| 1230 |
/** |
/** |
| 1231 |
* Redirects the core search box to the selected Search Lucene API module. Also |
* Redirects the core search box to the selected Search Lucene API module. Also |
| 1232 |
* pulls out extra form elements places them in the query string so they can be |
* pulls out extra form elements and places them in the query string so they can |
| 1233 |
* retrieved by luceneapi_facet_value(). |
* be retrieved by luceneapi_facet_value(). |
| 1234 |
* |
* |
| 1235 |
* NOTE: We refer to this as "hijacking the search box". |
* NOTE: We refer to this as "hijacking the search box". |
| 1236 |
* |
* |