Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
This is the first release candidate of the Search API Autocomplete module.
The release adds several new features and bug fixes. As the probably most sought-after new feature, #1278042: Add auto-submit for the autocompletion added auto-submit behaviour when a suggestion is selected.
Also, #1801038: Use machine names as identifiers for search pages should vastly improve handling of autocompletion for search pages when using features.
Note: A bug has been reported for this release, #1954692: Fix database update 7102 (Search page IDs), which leads to update.php printing an error message if the Search pages module isn't installed on the site. If you encounter this error, do not be alarmed, it has no effect whatsoever.
However, a bug fix will of course be included in the 1.0 release.
Complete list of changes:
- #1801038 by drunken monkey: Use machine names as identifiers for search pages.
- #1278042 by drunken monkey, mErilainen, queenvictoria: Added auto-submit for the autocompletion.
- #1835108 by drunken monkey, kurtzhong: Fixed error for missing Views search settings.
- #1708242 by drunken monkey: Fixed problem with empty fields parameter.
- #1812990 by drunken monkey: Fixed Views listing to exclude views from other indexes.
- #1576398 by drunken monkey: Added option for selecting the fields to use for autocomplete queries.
- #1803150 by drunken monkey: Added the Views display as an option.
- #1803010 by drunken monkey: Introduce per-search permissions.
- #1807384 by mh86: Fixed empty Search API Autocomplete name if Views title is empty.
- #1647740 by drunken monkey: Fixed misspelling of "detailed".
- #1422638 by sepgil, drunken monkey: Fixed to only use relevant fields for autocomplete query.
- #1357954 by drunken monkey, danielnolde: Added admin UI explanation to README.txt.