Commit 2002ad395db449c6767e7a96180a27b611a21f81

Authored by Andrew Kane
1 parent ec935570

Updated comment [skip ci]

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
lib/searchkick/query.rb
@@ -1011,14 +1011,14 @@ module Searchkick @@ -1011,14 +1011,14 @@ module Searchkick
1011 if source.start_with?("\\A") 1011 if source.start_with?("\\A")
1012 source = source[2..-1] 1012 source = source[2..-1]
1013 else 1013 else
1014 - # TODO uncomment in future release 1014 + # TODO uncomment in Searchkick 5
1015 # source = ".*#{source}" 1015 # source = ".*#{source}"
1016 end 1016 end
1017 1017
1018 if source.end_with?("\\z") 1018 if source.end_with?("\\z")
1019 source = source[0..-3] 1019 source = source[0..-3]
1020 else 1020 else
1021 - # TODO uncomment in future release 1021 + # TODO uncomment in Searchkick 5
1022 # source = "#{source}.*" 1022 # source = "#{source}.*"
1023 end 1023 end
1024 1024