Skip to content
  1. Jun 14, 2015
  2. Sep 26, 2013
  3. Jun 01, 2013
  4. Mar 17, 2012
  5. Jan 10, 2012
    • Dominique CLAUSE's avatar
      Major issue fixed: · 9dd51051
      Dominique CLAUSE authored
      [1393590] Words starting with b or any %-modifier may not apply correctly
      Minor issue fixed:
      [1393562] global variable definition missing
      
      Other:
      Change the end of query syntax to # in order to make thing simpler. Only used with advanced configuration. Please read the documentation.
      6.x-2.2
      9dd51051
  6. Dec 14, 2011
    • Dominique CLAUSE's avatar
      Minor fixes: · 4f998e7c
      Dominique CLAUSE authored
      - #1333842 : The suggestion prefix are included in the search after autocompletion usage. This ruined the results in some cases.
      - #1368502 : the search was not performed unless you click on the submit button. Now, it is automatically after a suggestion is chosen as any usual autocompleted form.
      - minor fix for old IE version compatibility
      - remove a deprecated file accidentally left in 2.0
      6.x-2.1
      4f998e7c
  7. Nov 06, 2011
    • Dominique CLAUSE's avatar
      Discover some new features with this 2.0 version! · 7d00e9ba
      Dominique CLAUSE authored
      - Use a standalone jquery plugin for autocompletion providing more settings, such as coloration, highlighting, caching, etc...
      - Forms to autocomplete are individually configurable.
      - Advanced users can add their own forms to autocomplete whatever they want! Fields to autocomplete are therefore targeted using jquery selectors.
      - More types of suggestions to display are available:
         - 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)
      - Advanced users can define their own suggestions providing an SQL query.
      6.x-2.0
      7d00e9ba
  8. Sep 28, 2011
    • Dominique CLAUSE's avatar
      Version 2.x Search Autocomplete module. · 4db3a749
      Dominique CLAUSE authored
      ---------------------------------------
      
      This new version offers the very same features as version 1.x but add new ones:
      - the forms are now individually configurable
      - the autocompletion can be made using drupal core autocompletion or an included jquery plugin.
      - the suggestions can be ordered and chosen in various possibilities such as :
         -> words
         -> node titles
         -> comment titles
         -> usernames
         -> vocabularies
      - the suggestions can be prefixed to give even more help to your end-user.
      6.x-2.0-alpha1
      4db3a749
  9. Jul 27, 2011
    • Dominique CLAUSE's avatar
      *** · 742c8966
      Dominique CLAUSE authored
       * Search Autocomplete
       * Enables autocomplete functionality on search fields.
       ***
      
       @authors
       D6 port by Joakim Stai, NodeOne <http://drupal.org/user/88701>
       Bug fixes and code review by Dominique CLAUSE, Miroslav <http://www.axiomcafe.fr/contact>
          # fixes: search form autocompletion: wrong callback.
          # fixes: choosen autocomplete forms did not validate: all search forms where autocompleted.
          # fixes: module administration link did not appear in admin panel.
          # minor changes: best practice code management to validate CODER module review.
          # postponed: removed block search to conform with a strict port (block support will be added later)
      
       Sponsored by:
       www.axiomcafe.fr
      
      Known Issue:
      This module uses drupal core autocompletion which is known to have a popup
      position issue. You may consider patching core to fix it:
        http://drupal.org/node/625170
      2 tags
      742c8966
  10. Jul 25, 2011
  11. Feb 25, 2011
  12. Dec 17, 2007
  13. Nov 14, 2007
  14. Oct 30, 2007