views:

117

answers:

0

I've a Rails 2.3 site with versions both in spanish and english, I am using translated_model.

I am using acts_as_solr for full text search using multi_solr_search to return results from various models.

I need to the search feature available both in spanish and english, how can I restrict the search to certain fields depending on the I18n.locale?