This module implements the Porter stemming algorithm to improve English-language searching with the Drupal built-in Search module. The 8.x version is compatible with Drupal 8 and 9. The process of stemming reduces each word in the search index to its basic root or stem (e.g. 'blogging' to 'blog') so that variations on a word ('blogs', 'blogger', 'blogging', 'blog') are


License
GPL-2.0+