freelancing-god-thinking-sphinx 0.9.11 → 0.9.12
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/thinking_sphinx.rb +1 -1
- data/lib/thinking_sphinx/configuration.rb +1 -1
- metadata +1 -1
data/lib/thinking_sphinx.rb
CHANGED
@@ -262,7 +262,7 @@ INDEX
|
|
262
262
|
if self.allow_star
|
263
263
|
# Ye Olde way of turning on enable_star
|
264
264
|
output += " enable_star = 1\n"
|
265
|
-
output += " min_prefix_len = #{
|
265
|
+
output += " min_prefix_len = #{combined_index_options[:min_prefix_len]}\n"
|
266
266
|
end
|
267
267
|
|
268
268
|
unless model.sphinx_indexes.collect(&:prefix_fields).flatten.empty?
|