| 1 |
<?php |
<?php |
| 2 |
// $Id: views_fastsearch.module,v 1.2.2.45 2008/01/05 02:04:11 douggreen Exp $ |
// $Id: views_fastsearch.module,v 1.2.2.46 2008/01/16 12:36:33 douggreen Exp $ |
| 3 |
|
|
| 4 |
/** @file |
/** @file |
| 5 |
* Add a views filter that allows nodes to be filtered quickly |
* Add a views filter that allows nodes to be filtered quickly |
| 25 |
* ALTER IGNORE TABLE search_index ADD UNIQUE INDEX (sid, word, type, fromsid); |
* ALTER IGNORE TABLE search_index ADD UNIQUE INDEX (sid, word, type, fromsid); |
| 26 |
* |
* |
| 27 |
* See also http://drupal.org/node/143160. |
* See also http://drupal.org/node/143160. |
| 28 |
*/ |
*/ |
| 29 |
|
|
| 30 |
/** |
/** |
| 31 |
* Implementation of views hook_views_tables() |
* Implementation of views hook_views_tables() |