keyword_search
keyword_search copied to clipboard
Add default search values
Lets keywords be defined with default values that will be used if the keyword is not included in the incoming search string. We have a use case where we always want a search to include a default search term of "some_flag:false" if "some_flag" is not otherwise specified. The README changes have more specifics.
Travis passed on Ruby 2.0.0, fails on Ruby 1.9.3. When I run in 1.9.3 all specs pass, so I'm unsure what the problem is.