Skip to content

Commit

Permalink
enable_star is removed in Sphinx 3.3.
Browse files Browse the repository at this point in the history
And it was considered always enabled from 2.2.2 onwards.
  • Loading branch information
pat committed Jul 24, 2020
1 parent 0df236a commit cb7ae4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/internal/app/indices/article_index.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
has taggings.created_at, :as => :taggings_at, :type => :timestamp

set_property :min_infix_len => 4
set_property :enable_star => true
end

ThinkingSphinx::Index.define :article, :with => :active_record,
Expand Down

0 comments on commit cb7ae4c

Please sign in to comment.