Posts Tagged ‘sunspot’

HOW TO: get fuzzy and plural matches from Sunspot / Solr

Posted: 5th October 2010 by M. E. Patterson in Coding
Tags: , , ,

Looked all over the place for a simple way to get Sunspot to give me back some basic ‘fuzzy’ search results, including ye olde “things that sound kinda like what I typed, even if I misspelled it” and “plural versions of the keywords I typed in.”  It’s not that this is a super-hard problem that [...]

While working on my upcoming BigAuthor project, I came upon an interesting challenge that turned out to be so simple with MongoMapper that I just have to share it here. Need to create a hash of multiple filter parameters on a MongoMapper document using a form that is cleanly resource-based, using InheritedResources? It’s not as [...]