lib/picky/configuration/queries.rb in picky-0.0.3 vs lib/picky/configuration/queries.rb in picky-0.0.4
- old
+ new
@@ -23,10 +23,10 @@
# Delegates.
#
def maximum_tokens amount
Query::Tokens.maximum = amount
end
- delegate :illegal_characters, :contract_expressions, :stopwords, :split_text_on, :normalize_words, :illegal_characters_after, :to => :default_index
+ delegate :illegal_characters, :contract_expressions, :stopwords, :split_text_on, :normalize_words, :illegal_characters_after_splitting, :to => :default_index
end
end
\ No newline at end of file