mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
perform a lower() on german index terms #2083
This commit is contained in:
parent
17a8f91922
commit
cb484a4172
@ -311,4 +311,5 @@ class SearchGerman(SearchLanguage):
|
||||
self.stemmer = snowballstemmer.stemmer('german')
|
||||
|
||||
def stem(self, word):
|
||||
word = word.lower()
|
||||
return self.stemmer.stemWord(word)
|
||||
|
Loading…
Reference in New Issue
Block a user