You are here

README.txt in Search Log 6

Same filename and directory in other branches
  1. 8 README.txt
  2. 7 README.txt
Description
-----------
The core Search module provides a simple list of top search phrases from the
watchdog log using the function dblog_top. However, most sites clear watchdog 
frequently. Search Log stores search terms indefinitely and provides more 
robust reporting.

* Search Log supports all modules which implement hook_search(). Modules can 
  be configured to be excluded from logging.

* Search Log supports the search page, search block and theme search forms.
  By default, logging is performed at form submit before the search results are
  generated, but developers can implement a search_log hook to add additional 
  entries to the log or record failed searches.

* (new) Search Log has an experimental feature to attempt to capture failed 
  searches. While most content reporting revolves around identifying what is 
  popular, identifying failed searches allows you to know what users are 
  looking for and not finding (and then potentially going elsewhere).

* Search Log table can be truncated at a user-specified interval or kept 
  indefinitely.

* Search Log reporting can be filtered by date, module and status.

* Search Log provides a configurable block of Top Searches.


Prerequisites
-------------
Search module.


Usage
-------------
After enabling the module, Search Log is configured at:
admin/settings/search

The improved Search log can be viewed at: 
admin/reports/search

The Top Searches block can be enabled and configured at:
admin/build/block


Bugs/Features/Patches:
----------------------
If you want to report bugs, feature requests, or submit a patch, please do so 
at the project page on the Drupal web site.
http://drupal.org/project/search_log


Author
------
John Money
ossemble LLC.
http://ossemble.com

Module development sponsored by Consumer Search, a service of About.com, a part 
of The New York Times Company.
http://www.consumersearch.com

File

README.txt
View source
  1. Description
  2. -----------
  3. The core Search module provides a simple list of top search phrases from the
  4. watchdog log using the function dblog_top. However, most sites clear watchdog
  5. frequently. Search Log stores search terms indefinitely and provides more
  6. robust reporting.
  7. * Search Log supports all modules which implement hook_search(). Modules can
  8. be configured to be excluded from logging.
  9. * Search Log supports the search page, search block and theme search forms.
  10. By default, logging is performed at form submit before the search results are
  11. generated, but developers can implement a search_log hook to add additional
  12. entries to the log or record failed searches.
  13. * (new) Search Log has an experimental feature to attempt to capture failed
  14. searches. While most content reporting revolves around identifying what is
  15. popular, identifying failed searches allows you to know what users are
  16. looking for and not finding (and then potentially going elsewhere).
  17. * Search Log table can be truncated at a user-specified interval or kept
  18. indefinitely.
  19. * Search Log reporting can be filtered by date, module and status.
  20. * Search Log provides a configurable block of Top Searches.
  21. Prerequisites
  22. -------------
  23. Search module.
  24. Usage
  25. -------------
  26. After enabling the module, Search Log is configured at:
  27. admin/settings/search
  28. The improved Search log can be viewed at:
  29. admin/reports/search
  30. The Top Searches block can be enabled and configured at:
  31. admin/build/block
  32. Bugs/Features/Patches:
  33. ----------------------
  34. If you want to report bugs, feature requests, or submit a patch, please do so
  35. at the project page on the Drupal web site.
  36. http://drupal.org/project/search_log
  37. Author
  38. ------
  39. John Money
  40. ossemble LLC.
  41. http://ossemble.com
  42. Module development sponsored by Consumer Search, a service of About.com, a part
  43. of The New York Times Company.
  44. http://www.consumersearch.com