Skip to content

Sample project using Mongoid and Sunspot to make a dynamic faceted search system

License

Notifications You must be signed in to change notification settings

heavenstudio/adfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super Busca Dinâmica por Característica

Este projeto foi criado para facilitar a compreensão de algumas técnicas e códigos para criar uma busca por características com filtros dinâmicos.

Instalação

Basta baixar o projeto, ter ruby, java e bundler instalados, acessar a pasta do projeto e rodar

bundle install

Após este comando, inicie o sistema de buscas do Solr com bundle exec rake sunspot:solr:start, e em seguida iniciar o servidor rails com bundle exec rails s e acesse o servidor local com seu browser.

Uso

Com o servidor rodando, basta criar alguns filtros, em seguida adicionar alguns produtos e testar o sistema de busca.

Awesome Dynamic Faceted Search

This project was created to facilitate understanding of some techniques and codes to create a faceted search with dynamic filters.

Installation

Just download the project, have ruby, java and bundler installed, navigate to the project folder and run

bundle install

After this command, start the Solr search system with bundle exec rake sunspot:solr:start, and then start the server rails with bundle exec rails s and access your local server address with your browser.

Usage

With the server running, just create some filters, then add some products and test the search engine.

About

Sample project using Mongoid and Sunspot to make a dynamic faceted search system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published