views:

28

answers:

1

Dear all,

I'm kind of new to rails - I'm currently learning by developping a web-app, similar to the Agile Rails book (with iteration and all).

Knowing rails, I know there's a great way to search in the database. So my question simply is : what is the good way to do so ? - the rails way.

Search criteria are classics (keywords in sentences, strings, ...) AND a "near" search.

In advande, thanks.

A: 

We're using Sphinx here. It's a fulltext search engine, if you're looking for that.

Tass
I'll look into that for search on text. Regarding geo-search, I've found this http://github.com/andre/geokit-rails.
Marcel Falliere