Justin Weiss posted a great article on how you can add quick and easy filtering for Rails models without bloating your controllers or models beyond adding scopes here
Easy search and filtering in Rails
21 Feb 2014
21 Feb 2014
Justin Weiss posted a great article on how you can add quick and easy filtering for Rails models without bloating your controllers or models beyond adding scopes here
17 Dec 2012
Great video to highlight how important it is to monitor how your users are searching for your products. Are there alternate spellings, abbreviations, and/or pop-culture slang that they might be searching for that you’re search indexes aren’t accounting for?
In many of our e-commerce projects, we’ve worked on a handful of solutions to address this. For example, a product like “LA Vacation” could be found under a number of possible searches:
The great thing with most search index tools is that you can shove a lot of additional keywords without having to expose this to your users in some archaic list on the site.
Have a project that needs help?