| 1 |
Readme
|
| 2 |
------
|
| 3 |
|
| 4 |
This module implements a stemmer algorithm to improve Spanish language
|
| 5 |
searching with the Drupal built-in search.module.
|
| 6 |
|
| 7 |
It reduces each word in the index to its basic root or stem (e.g. 'blogging' to
|
| 8 |
'blog') so that variations on a word ('blogs', 'blogger', 'blogging', 'blog') are
|
| 9 |
considered equivalent when searching. This generally results in more relevant
|
| 10 |
results.
|
| 11 |
|
| 12 |
Installation
|
| 13 |
------------
|
| 14 |
|
| 15 |
1. Copy the spanishstemmer.module to the Drupal modules/ directory.
|
| 16 |
|
| 17 |
2. Go to 'administer > modules', and enable the Spanish stemmer module
|
| 18 |
|
| 19 |
3. Go to 'administer > settings > search' and click 'Re-index site'.
|