benetech / Miradi-Online

Miradi Online - main Rails repo.
7 stars 1 forks source link

Search Miradi public projects using text search #8

Open gcapiel opened 12 years ago

gcapiel commented 12 years ago

Perhaps leverage Sphinx Gem, Elastic Search Gem or a similar library/cloud service (e.g. Amazon CloudSearch)

Here's a sample application on Cloud Foundry that integrates Elastic Search with Rails https://github.com/cloudfoundry-samples/rails-elastic-search

Elastic Search might be the best because it has the "more like this" functionality, which could be useful for finding similar projects.