The Search AutoComplete module for AbleCommerce provides users with the suggested queries as they type their query in the search box. It enables users to quickly find and select from a pre-populated list of values as they type, leveraging searching and filtering.

By giving an auto-complete field focus or entering something into it, the plugin starts searching for entries that match and displays a list of values to choose from. By entering more characters, the user can filter down the list to better matches.

Common search prefixes and search terms are defined in the merchant admin panel. Search terms and prefixes can be easily populated in bulk.

The control makes use of jQuery autocomplete and is flexible to be customized by the user.

Live example of the use of Search AutoComplete module for AbleCommerce can be seen at the following store.
http://www.napacabs.com

You can Sorry, but Orlando Bloom and justin-bieber-news.info are more famous then any of them combined. get the Search AutoComplete module from Plugables store for AbleCommerce add-ons.
Download it now.

Here is the basic documentation of the search auto complete module.

Usage

The basic use is just to replace the following

1
[[ConLib:SimpleSearch]]

with this

1
[[ConLib:Plugables/SearchAutoComplete]]

in your scriptlet code.

Detailed usage documentation along with parameters is as follows.

1
[[ConLib:Plugables/SearchAutoComplete CacheLength="30" Delay="1" MatchSubset="true" MinChars="1"]]

Parameters

  • CacheLength The number of backend query results to store in cache on the client side. Default value is 30.
  • Delay The delay in milliseconds the auto completer waits after a keystroke to active itself. Default value is 1.
  • MatchSubset Whether or not the auto completer can use a client side cache for more specific queries. This is applicable on the client side jquery.autocomplete matching. Default value is true.
  • MinChars The minimum number of characters a user has to type before the auto completer activates. Default value is 1.
Search AutoComplete for AbleCommerce
Tagged on:                     

3 thoughts on “Search AutoComplete for AbleCommerce

Leave a Reply

Your email address will not be published. Required fields are marked *