Commit 8bf797bca2dd335e217b2a8bc819c5c86c2b55e6

Authored by Andrew
1 parent 7bcdf7ed

Removed todo [skip ci]

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
lib/searchkick/index_options.rb
... ... @@ -127,7 +127,6 @@ module Searchkick
127 127 },
128 128 searchkick_stemmer: {
129 129 # use stemmer if language is lowercase, snowball otherwise
130   - # TODO deprecate language option in favor of stemmer
131 130 type: language == language.to_s.downcase ? "stemmer" : "snowball",
132 131 language: language || "English"
133 132 }
... ...