Search Autocomplete

Module Drupal Illustration Voir sur Drupal.org
Nb téléchargements : 5228

Components

  • Code
  • Documentation
  • Miscellaneous
  • User interface

Documentation

Images




Homepage

Demo

Licence

http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

permet d'avoir un champs de recherche en auto completion

Release

Status : Published
Projects : Modules
Maintenance status : Actively maintained
Development status : Under active development
Supported Branches : 3.0.
shield Stable releases for this project are covered by the security advisory policy.



Description

Overview

This module allows you to add autocomplete functionality to virtually any fields of a Drupal site. During the input, the field will be expanded and offers a list of suggestions before you start the search.
By default, the module integrates with search forms from the Drupal core Search and Search Block.

Optionnal: use views module to create your own suggestion set easily.
Optionnal: use transliteration module to build suggestions regardless of special characters (é, è, ç, etc...)

Features

  • Autocomplete virtually any form in your website using id selector.
  • Uses either static data, external or internal URL callback or an embeded view style to easily create your suggestions set.
  • Forms to autocomplete are individually configurable
  • Many css styles embedded, or just add your own one
  • Using the embeded Views format (requires Views) any type of suggestions can be used:
    - words (any word in your site)
    - node titles
    - comment titles (if optional module comment enabled)
    - taxonomies (if optional module taxonomy enabled)
  • - ....

  • Each type of suggestion is prefixable (to indicate your user what the suggestion stand for)
  • Add your own suggestion set for even more convenience.
  • Choice of the number of characters to be input before autocompletion suggestions appears.
  • Choice of the number of suggestions to display.
  • Support HTML entities in suggestions
  • Support multi-field display in suggestions, such as the user name, user profil and user roles when suggesting users, node title, node comment number and node icon for node suggestions and so on.
  • Support suggestion grouping using the views building mechanism.

Known issues

Please check for your module version if some not yet ported pending patches are available.

Credits



Toutes les informations proviennent du site drupal.org