Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Back up and restore your Drupal MySQL database, code, and files or migrate a site between environments. Backup and Migrate supports gzip, bzip and zip compression as well as automatic scheduled backups.
With Backup and Migrate you can dump some or all of your database tables to a file download or save to a file on the server or offsite, and to restore from an uploaded or previously saved database dump. You can choose which tables and what data to backup and cache data is excluded by default.
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 offer 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)