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 [...]
Posts Tagged ‘sunspot’
HOW TO: get fuzzy and plural matches from Sunspot / Solr
Posted: 5th October 2010 by M. E. Patterson in CodingTags: rails, search, solr, sunspot
1
Nested forms, hashes, checkboxes and MongoMapper
Posted: 20th February 2010 by M. E. Patterson in CodingTags: inherited_resources, mongod, mongomapper, rails, ruby, solr, sunspot
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 [...]