apachesolr_autocomplete.api.php |
apachesolr_autocomplete.api.php |
|
Hooks provided by ApacheSolr Autocomplete. |
apachesolr_autocomplete.css |
apachesolr_autocomplete.css |
|
Adds some styles to the standard Drupal autocomplete widget. |
apachesolr_autocomplete.info |
apachesolr_autocomplete.info |
|
name = Apache Solr autocomplete
description = Enables autocomplete on Apache Solr search boxes
dependencies[] = apachesolr
dependencies[] = apachesolr_search
package = Search Toolkit
core = "7.x" |
apachesolr_autocomplete.install |
apachesolr_autocomplete.install |
|
ApacheSolr Autocomplete module install, update and uninstall functions. |
apachesolr_autocomplete.module |
apachesolr_autocomplete.module |
|
Alters search forms to suggest terms using Apache Solr using AJAX.
Thanks to:
robertDouglass who contributed some of the code.
sch4lly for contributing to D7 version |
changelog.txt |
jquery-autocomplete/changelog.txt |
|
1.1
---
* Added matchContains: "word" option, match only the start of words instead of everywhere
* Fixed mustMatch to trigger result event when no match was found
* Fixed the issue where an autocomplete was applied after the field had… |
jquery.autocomplete.css |
jquery-autocomplete/jquery.autocomplete.css |
|
.ac_results {
padding: 0px;
border: 1px solid black;
background-color: white;
overflow: hidden;
z-index: 99999;
}
.ac_results ul {
width: 100%;
list-style-position: outside;
list-style: none;
padding: 0;
margin: 0;
}
.ac_results li… |
README.txt |
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… |