Spree Autosuggest

This extension adds suggestions for product search.

Installation

  1. Add the Spree Autosuggest gem to your Gemfile:

    gem 'spree_autosuggest'
    
  2. Run:

    $ bundle install
    $ rails g spree_autosuggest:install
    
  3. In 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].