| 1 |
This module integrates a GoogleMini / Google Search Appliance with Drupal using hook_search.
|
| 2 |
|
| 3 |
<h3>Currently it supports the following features:</h3>
|
| 4 |
|
| 5 |
<ul>
|
| 6 |
<li> Keyword search<</li>
|
| 7 |
<li> Caching of results to increase response time and decrease load on GSA</li>
|
| 8 |
<li> i18n support to limit language</li>
|
| 9 |
<li> Date display on search results</li>
|
| 10 |
<li> Type display on search results</li>
|
| 11 |
<li> Author display on search results</li>
|
| 12 |
<li> KeyMatches (recommended links block)</li>
|
| 13 |
</ul>
|
| 14 |
|
| 15 |
<h3>When the first official version is released it will contain:</h3>
|
| 16 |
|
| 17 |
<ul>
|
| 18 |
<li> Advanced search screen</li>
|
| 19 |
<li> Date sorting</li>
|
| 20 |
<li> Indexing helper</li>
|
| 21 |
</ul>
|
| 22 |
|
| 23 |
<h3>Installation</h3>
|
| 24 |
|
| 25 |
<ol>
|
| 26 |
<li> Enable the module </li>
|
| 27 |
<li> Go to the settings page and configure your collection name, ip address of your GSA/mini and caching (if needed)</li>
|
| 28 |
<li> Optionally, enable the recommended links block</li>
|
| 29 |
</ol>
|
| 30 |
|
| 31 |
<h3> Usage </h3>
|
| 32 |
|
| 33 |
Go to search/google_appliance
|
| 34 |
|