SAS, for Search Autocompletion Suggestions proposes enhancement for the Drupal Search Form and the Search Block.
It's aim is to use jquery autocomplete module to suggest searches to your users. Actual development of the module helps you to suggest either:
- node titles
- user names
- taxonomy name (if taxonomy enabled)
- comment title (if comment enabled)
Depending on your requirement, this module will be extended in further versions to include more different suggestions, or different suggestions according to user roles, or any other requirement you may have.
It has been tested to pass "coder review" test with success. Drupal Search Form and Search Block are enhanced with success in:
- Garland
- Marvin
- Minelli
- Zen
- 0 point
and it should work with any theme. Let me know if it does not with yours for correction.
New suggestions (like new users or new nodes) are added either when setting form is validated or during Cron Job.
You can have a look at live demo here (website in French): http://axiomcafe.fr/
In this demo, only "node title" and "user name" options are enabled. "user name" are prefixed with "pseudo: ".
Please let me know your needs, ideas and issues for further development. You may also help to correct this description as english is not my native langage.
Miroslav