From 8bf797bca2dd335e217b2a8bc819c5c86c2b55e6 Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 2 Mar 2018 20:26:40 -0800 Subject: [PATCH] Removed todo [skip ci] --- lib/searchkick/index_options.rb | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/lib/searchkick/index_options.rb b/lib/searchkick/index_options.rb index a2783b6..5d6fcda 100644 --- a/lib/searchkick/index_options.rb +++ b/lib/searchkick/index_options.rb @@ -127,7 +127,6 @@ module Searchkick }, searchkick_stemmer: { # use stemmer if language is lowercase, snowball otherwise - # TODO deprecate language option in favor of stemmer type: language == language.to_s.downcase ? "stemmer" : "snowball", language: language || "English" } -- libgit2 0.21.0