mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
Merge pull request #1239 from abbat/patch-1
Add russian stemmer for FTS
This commit is contained in:
commit
4b735a5a09
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ class Search
|
||||||
when :nl then 'dutch'
|
when :nl then 'dutch'
|
||||||
when :pt then 'portuguese'
|
when :pt then 'portuguese'
|
||||||
when :sv then 'swedish'
|
when :sv then 'swedish'
|
||||||
|
when :ru then 'russian'
|
||||||
else 'simple' # use the 'simple' stemmer for other languages
|
else 'simple' # use the 'simple' stemmer for other languages
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue