shadow11 / spree-search forked from edmundo/spree-search

Sort and search extension for spree.

This URL has Read+Write access

name age message
file LICENSE Thu Oct 23 13:36:17 -0700 2008 Added licensing information and basic description. [edmundo]
file README.markdown Sun Nov 02 05:20:59 -0800 2008 Updated readme. [edmundo]
file Rakefile Thu Oct 23 12:40:31 -0700 2008 First commit. [edmundo]
directory app/ Thu Nov 06 08:36:45 -0800 2008 Renames the advanced search parameter to not cl... [edmundo]
directory lang/ Wed Nov 05 07:56:02 -0800 2008 Added validation and fixed price search. [edmundo]
directory lib/ Thu Oct 23 12:40:31 -0700 2008 First commit. [edmundo]
file search_extension.rb Tue Nov 04 03:44:25 -0800 2008 Updated the extension information. [edmundo]
directory spec/ Thu Nov 06 08:36:45 -0800 2008 Renames the advanced search parameter to not cl... [edmundo]
README.markdown

= Search

This is an extension that adds sort and search support for products inside Spree.

It includes basic name search that is suggested to be putted in a layout. It can be used in the main page or inside a taxon. It can be tested using the following route: /search/test

It includes extended search based on some criteria like name, price and classification it is directly in or below it. It can be tested using the following route: /searches/new

It has basic sort support for products, by default the only view that has it working is the result of the extended search, but it can be included in all the rest of the application including the main view and the view by current taxon.

gems needed: activerecord-tableless