autocomplete keywords
madjr - April 18, 2007 - 19:11
| Project: | Live Search |
| Version: | HEAD |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | won't fix |
Jump to:
Description
this is an excellent module and i would love if drupal.org search page had this integrated , would save people so much time with their searches.
a nice feature to add would be to automatically show a list of keywords as you type (similar to the auto complete tags in drupal or the search function in Drupal´s Api page). There would also be an option to disable "auto search results" and just show a list of keywords.
Anyway great work :D

#1
First of all, thanks for the feedback ;)
However, there are two things to consider regarding keyword suggestion:
search.moduleprovides no easy mechanism (and API) to pull out previously searched keywords and how popular they are. Sure, watchdog entries can be queried and parsed, but that is very likely to put a lot of strain on the system.#2