RE: [Rails] Live fuzzy search from database table

2015-03-04 Thread Julio Papel
Hi Jaga, take a llok to this tutorial https://www.youtube.com/watch?v=QJ8IRlRcFhI from Mike Hibbert in his Ruby on Rails - Build your own ecommerce Engine tutorial. He show how you can create and use a rails engine, I believe you will understand how to search your catalog with it.

Re: [Rails] Live fuzzy search from database table

2015-03-03 Thread Hassan Schroeder
On Tue, Mar 3, 2015 at 10:01 AM, Jaga Santagostino kandros5...@gmail.com wrote: Hello, i need to create a product list from products in my table, i want to be able to write in a textbox and have fuzzy live search from the table. Lucene supports fuzzy (Levenshtein) search, so Solr would probably