Fix a bug during installation: hook_schema SQL errors were received in higher MySQL versions
Initial upgrade to Drupal 7. Most of the coding was done by @rongood.
Per #621842: Search phrases which are shorter then the minimum character length are also shown in the TopSearch List: - Validate search phrases against minimum word size variable - Clear non-valid phrases from the DB (run update.php)
- Take admin options out to an include file. - Initialize variables during install
Previous RCs did not contain the actual port to D6.... Please test!
The first RC was a complete mistake, and was actually almost identical to the D5 version.
First release of the D6 version. Please test and comment.
This version includes a choice of showing, or not, the search counters.
Two small but necessary changes: - Don't count admin search forms (such as admin/user/search) - Only count node searches (not user).
While the second change overlaps the first one, in a way, it is a step towards separating teh different types of searches, into several blocks.
Note: existing records will not be erased.
Initial release.