mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 11:25:24 +00:00
Merge pull request #1239 from abbat/patch-1
Add russian stemmer for FTS
This commit is contained in:
commit
4b735a5a09
@ -29,6 +29,7 @@ class Search
|
||||
when :nl then 'dutch'
|
||||
when :pt then 'portuguese'
|
||||
when :sv then 'swedish'
|
||||
when :ru then 'russian'
|
||||
else 'simple' # use the 'simple' stemmer for other languages
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user