README.md in mongoid_search-0.3.0 vs README.md in mongoid_search-0.3.1
- old
+ new
@@ -131,9 +131,13 @@
config.relevant_search = false
## Stem keywords
config.stem_keywords = false
+ ## Add a custom proc returning strings to replace the default stemmer
+ # For example using ruby-stemmer:
+ # config.stem_proc = Proc.new { |word| Lingua.stemmer(word, :language => 'nl') }
+
## Words to ignore
config.ignore_list = []
## An array of words
# config.ignore_list = %w{ a an to from as }