You are here

README.txt in Apache Solr Autocomplete 7.2

Same filename and directory in other branches
  1. 6 README.txt
  2. 7 README.txt
Apache Solr Autocomplete module for Drupal.

-- SUMMARY --

Add-on module to Apache Solr Search Integration that adds simple autocomplete
functionality. It enforces node access, meaning that all suggestions are only
from nodes that the user actually has access to.

For a full description of the module, visit the project page:
  http://drupal.org/project/apachesolr_autocomplete

To submit bug reports and feature suggestions, or to track changes:
  http://drupal.org/project/issues/apachesolr_autocomplete


-- REQUIREMENTS --

Apache Solr Search Integration module.
See http://drupal.org/project/apachesolr


-- INSTALLATION --

* Install as usual.
  Read http://drupal.org/documentation/install/modules-themes/modules-7
  to learn how to install contributed Drupal modules.


-- CONFIGURATION  --

In your Drupal website, browse to the settings page of the Apache Solr module
at /admin/config/search/apachesolr/settings:

  Configuration >> Search and metadata >> Apache Solr search
  Tab: Settings 

In the section "Advanced configuration" choose which autocomplete widget to use.

You can choose between a custom JavaScript widget (included with the
module) or fall back to the core Drupal autocomplete widget. The default is to
use the custom widget.

-- TROUBLESHOOTING --

If you are having trouble with the autocomplete suggestions not working 
correctly, try changing the configuration to use the core Drupal autocomplete
widget.

If you encounter other problems, please post to the project issue queue:
  http://drupal.org/project/issues/apachesolr_autocomplete

--

File

README.txt
View source
  1. Apache Solr Autocomplete module for Drupal.
  2. -- SUMMARY --
  3. Add-on module to Apache Solr Search Integration that adds simple autocomplete
  4. functionality. It enforces node access, meaning that all suggestions are only
  5. from nodes that the user actually has access to.
  6. For a full description of the module, visit the project page:
  7. http://drupal.org/project/apachesolr_autocomplete
  8. To submit bug reports and feature suggestions, or to track changes:
  9. http://drupal.org/project/issues/apachesolr_autocomplete
  10. -- REQUIREMENTS --
  11. Apache Solr Search Integration module.
  12. See http://drupal.org/project/apachesolr
  13. -- INSTALLATION --
  14. * Install as usual.
  15. Read http://drupal.org/documentation/install/modules-themes/modules-7
  16. to learn how to install contributed Drupal modules.
  17. -- CONFIGURATION --
  18. In your Drupal website, browse to the settings page of the Apache Solr module
  19. at /admin/config/search/apachesolr/settings:
  20. Configuration >> Search and metadata >> Apache Solr search
  21. Tab: Settings
  22. In the section "Advanced configuration" choose which autocomplete widget to use.
  23. You can choose between a custom JavaScript widget (included with the
  24. module) or fall back to the core Drupal autocomplete widget. The default is to
  25. use the custom widget.
  26. -- TROUBLESHOOTING --
  27. If you are having trouble with the autocomplete suggestions not working
  28. correctly, try changing the configuration to use the core Drupal autocomplete
  29. widget.
  30. If you encounter other problems, please post to the project issue queue:
  31. http://drupal.org/project/issues/apachesolr_autocomplete
  32. --