Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download search_autocomplete-7.x-3.2.tar.gztar.gz 44.77 KB
MD5: 68c58c8492bd4e3ee63f11a00ba46701
SHA-1: 428b6f2d81ee09f4fd8b05c1e1cb59773d773801
SHA-256: 9a07d6e0014bc3b7bc549028ce4a0e4e6e1011669fdc911c2209a2a942a5b1a1
Download search_autocomplete-7.x-3.2.zipzip 58.35 KB
MD5: c1d57ad721e069155973b34a83c32366
SHA-1: 3a9bab5ca58f642bca33a1398b70b25815886694
SHA-256: 5f013039a1c7af4ad68f3cbfe50b404e39cadb7a0a23a825103b238736d54d91

Release notes

Release 7.x-3.2 is about drastic performance improvment when using views.

WARNING : This update may require some manual changes for users with custom Autocomplete JSON Views (not out-of-the-box settings) or using external URL callback. Indeed, a filter has to be added to the view. This is not complicated at all. Documentation on how to do this is available here:
http://projects.axiomcafe.fr/search-autocomplete/generale-configurations...
http://projects.axiomcafe.fr/search-autocomplete/advanced-configuration/...

New feature :
- Add "any words" suggestion type as a default view. To use it, apply the URL callback: autocomplete-words?filter=
#1873806: doesn't work autocomplete to any word in website

Bug fix :
- Drastic performance gain on large dataset (>1000). Autocomplete is now really faster using views on large dataset. Retrieving time as descreased from a few seconds to less then a second with a dataset of 5000+
#1742876: Performance issues with large result sets
- Change data-static from TEXT to LONGTEXT: allow storage of more static suggestions.
#2010912: What is the total number of entries can be inserted via the Static resource option?
- Restore tabs rendering on admin page
- Documentation has been updated
#1739666: Update the documentation for the new version

Created by: Dom.
Created on: 9 Jun 2013 at 16:25 UTC
Last updated: 20 Mar 2014 at 18:48 UTC
New features
Bug fixes

Other releases