mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #4871 from derdennis/1.7
Fixed the German HTML search again, this time from the 1.7 branch
This commit is contained in:
commit
478b31349b
@ -311,4 +311,4 @@ class SearchGerman(SearchLanguage):
|
|||||||
self.stemmer = snowballstemmer.stemmer('german')
|
self.stemmer = snowballstemmer.stemmer('german')
|
||||||
|
|
||||||
def stem(self, word):
|
def stem(self, word):
|
||||||
return self.stemmer.stemWord(word)
|
return self.stemmer.stemWord(word.lower())
|
||||||
|
Loading…
Reference in New Issue
Block a user