Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 9.21 KB
MD5: 6a1877c523baf0cb781cd4a3d8e86a00
SHA-1: aea1722e80ba47fd9af5692d8a0ddb884f221723
SHA-256: 11212fc077ee8c6463af48fda964bb932b2336e62ed91d702e5eb57bb3a3d512
Download zip 10.85 KB
MD5: f4c58495ca97a15e8ff17dff8a48bed4
SHA-1: 9ce897f26b22677bbcb8f7ca5338d099922004e4
SHA-256: 3401a9de120b46375af8f16a75564a9df3c081cfaa0c4cd3449d83e8b4f9ad56

Release notes

D7 port of Search Autcomplete module. v1.0
----------------------------------------------------

> Offers integration with Search from Drupal core. Autocompletion can be set to:
- Search Page content search form
- Search Block form
- Theme Search Form (no more existing in Drupal 7)
> Suggestions come from search_index table. In other words, is can be any word appearing in your content.
> Autocompletion is made thought Drupal Form API capacities (misc/autocomplete.js) in other word it enables the Drupal core autocompletion.
> Choose number of characters to be input before autocompletion suggestions appears.
> Choose number of suggestions to display.
> Suggestions can be sorted:
- naturally (none)
- alphabetically
- by keyword score
- by keyword relevancy

Created by: dom.
Created on: 31 Jul 2011 at 16:51 UTC
Last updated: 31 Jul 2011 at 16:52 UTC
New features
Unsupported

Other releases