updated search_api modules as indexation was not working localy

had to be tested in production
This commit is contained in:
Bachir Soussi Chiadmi
2017-05-24 18:57:04 +02:00
parent b5d76ec5e6
commit 28c7a0965a
53 changed files with 4166 additions and 187 deletions

View File

@@ -385,6 +385,10 @@ Included components
Enables the admin to specify a stopwords file, the words contained in which
will be filtered out of the text data indexed. This can be used to exclude
too common words from indexing, for servers not supporting this natively.
* Stem words
Uses the PorterStemmer method to reduce words to stems. A search for
"garden" will return results for "gardening" and "garden," as will a search
for "gardening."
- Additional modules