-
-
Just go on for 7.x-2.3 Changes from last version are: - [#1443972] : Convert javascript to use Drupal behaviors - [#1443646] : Multilingual site search - [#1441260] : Auto-complete ignores weights of suggestion types - [#1417322] : Failure after upgrade to 7.2.1 with comments disabled - [#1417424] : Default form ID selectors in multilingual environments + some minor string and detail fix.
-
Corrections: - [#1443972] : Convert javascript to use Drupal behaviors - [#1443646] : Multilingual site search - [#1441260] : Auto-complete ignores weights of suggestion types - [#1417322] : Failure after upgrade to 7.2.1 with comments disabled - [#1417424] : Default form ID selectors in multilingual environments
-
Security Issue fix: - Major SQL injection security issue fixed Major Issues fix: - [#1313178] : settings where propagated to every forms instead of only child form. Minor Issues fix: - [#1316596] : minor Javascript issue, fixed for old IE compatibility New functionality: - [#192424] : add new placeholder for potential language sensitive autocompletion.
-
Major issue fixed: [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.
-
Discover some new features with this 2.0 version! - 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.
-
Minor fixes: - #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
-
Discover some new features with this 2.0 version! - 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.
-
Version 2.x Search Autocomplete module. --------------------------------------- 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.
-
After a couple of weeks without issues, 1.0 is now considered stable. /!\ This release does not contain any functionality change or bug fix but just changed from beta to stable. So its up to you to update or not. /!\ Minor changes in typo.