Right now multi_search method does not allow you to pass options for the find operation like the find_by_contents method allows. This patch updates multi_search so that you can pass options for the find call for each class you're searching across in multi_search. Also refactored multi_search so that it will give a better error message when you forget to set class_name option. Previously it would just throw a null pointer exception which didn't tell you what you did wrong. Attached is the entire class_methods.rb that adds these two capabilities.