Spree Autosuggest
This extension adds suggestions for product search.

Installation
Add the Spree Autosuggest gem to your
Gemfile:gem 'spree_autosuggest'Run:
$ bundle install $ rails g spree_autosuggest:installIn order to add all Taxon & Product names to the autosuggest database run:
rake spree_autosuggest:seed
Copyright (c) 2012-2015 ademidov, divineforest and other contributors, released under the [New BSD License].