You are here

README.txt in Search Autocomplete 6.2

Same filename and directory in other branches
  1. 5 README.txt
  2. 7.4 README.txt
  3. 7.2 README.txt
  4. 7.3 README.txt
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
*            Welcome to Search Autocomplete v6.x-2.4 !
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

 ***
 * Search Autocomplete
 * Enables autocomplete functionality on search fields.
 ***
 
 @authors
 Miroslav (Dominique CLAUSE) <http://www.axiomcafe.fr/contact>

 Sponsored by:
 www.axiomcafe.fr

--------------------------------------------------------------------------------- 
-- 1.  Installing Search Autocomplete :

Place the entirety of this directory in sites/all/modules/search_autocomplete 
or in the equivalent directory of your Drupal installation.

Navigate to administer >> build >> modules. Enable Search Autocomplete.

If you're having trouble installing this module, please ensure that your tar 
program is not flattening the directory tree, truncating filenames or losing 
files.

--------------------------------------------------------------------------------- 
-- 2.  Updating Search Autocomplete :

Delete every files in the module directory sites/all/modules/search_autocomplete 
or in the equivalent directory of your Drupal installation.

Place all files from this 2.x version in this sites/all/modules/search_autocomplete
or equivalent folder.

From 1.x to 2.0 => Run the update script. Make sure to run the update functions.
From 2.0 to 2.1 => Just flush the cache.
From 2.1 to 2.2 => Run the update script.

If you're having trouble installing this module, please ensure that your tar 
program is not flattening the directory tree, truncating filenames or losing 
files.

---------------------------------------------------------------------------------
-- 3.  Setting Search Autocomplete :

Navigate to /admin/settings/search_autocomplete

The configuration options are not as quite easy to understand as it was in previous
version. Please consider reading the documentation available at:
http://projects.axiomcafe.fr

---------------------------------------------------------------------------------
-- 4.  Translating Search Autocomplete :

Please visit the module translation page to download translation:
http://localize.drupal.org/translate/downloads?project=search_autocomplete.

Please refer to section 5 (Helping) for typo, grammar or language issues.

---------------------------------------------------------------------------------
-- 5.  Helping and complaining on Search Autocomplete :

To help this module live, please post your issues, ideas and comments at:
http://drupal.org/node/add/project-issue/search_autocomplete
and view issues at:
http://drupal.org/project/issues/search_autocomplete?categories=All


The new maintainer: Miroslav

File

README.txt
View source
  1. * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
  2. * Welcome to Search Autocomplete v6.x-2.4 !
  3. * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
  4. ***
  5. * Search Autocomplete
  6. * Enables autocomplete functionality on search fields.
  7. ***
  8. @authors
  9. Miroslav (Dominique CLAUSE)
  10. Sponsored by:
  11. www.axiomcafe.fr
  12. ---------------------------------------------------------------------------------
  13. -- 1. Installing Search Autocomplete :
  14. Place the entirety of this directory in sites/all/modules/search_autocomplete
  15. or in the equivalent directory of your Drupal installation.
  16. Navigate to administer >> build >> modules. Enable Search Autocomplete.
  17. If you're having trouble installing this module, please ensure that your tar
  18. program is not flattening the directory tree, truncating filenames or losing
  19. files.
  20. ---------------------------------------------------------------------------------
  21. -- 2. Updating Search Autocomplete :
  22. Delete every files in the module directory sites/all/modules/search_autocomplete
  23. or in the equivalent directory of your Drupal installation.
  24. Place all files from this 2.x version in this sites/all/modules/search_autocomplete
  25. or equivalent folder.
  26. From 1.x to 2.0 => Run the update script. Make sure to run the update functions.
  27. From 2.0 to 2.1 => Just flush the cache.
  28. From 2.1 to 2.2 => Run the update script.
  29. If you're having trouble installing this module, please ensure that your tar
  30. program is not flattening the directory tree, truncating filenames or losing
  31. files.
  32. ---------------------------------------------------------------------------------
  33. -- 3. Setting Search Autocomplete :
  34. Navigate to /admin/settings/search_autocomplete
  35. The configuration options are not as quite easy to understand as it was in previous
  36. version. Please consider reading the documentation available at:
  37. http://projects.axiomcafe.fr
  38. ---------------------------------------------------------------------------------
  39. -- 4. Translating Search Autocomplete :
  40. Please visit the module translation page to download translation:
  41. http://localize.drupal.org/translate/downloads?project=search_autocomplete.
  42. Please refer to section 5 (Helping) for typo, grammar or language issues.
  43. ---------------------------------------------------------------------------------
  44. -- 5. Helping and complaining on Search Autocomplete :
  45. To help this module live, please post your issues, ideas and comments at:
  46. http://drupal.org/node/add/project-issue/search_autocomplete
  47. and view issues at:
  48. http://drupal.org/project/issues/search_autocomplete?categories=All
  49. The new maintainer: Miroslav