There is a bug listed in faceted search but not the reverse in this module. It is listed as FS D5 bug but also affects D6. The bug is that a search for oranges say finds the results but faceted search displays your search for "orang" found this. So which module is in the wrong? PS for messing with the terms or FS for assuming the terms won't be stemmed? That's why I am posting here as well before someone moans at me for duplicate posting.

Comments

jhodgdon’s picture

Status: Active » Closed (duplicate)

In my opinion, the bug is in the Faceted Search module. See #299474: Faceted Search conflicts with the Porter/Stemmer module

Faceted Search should not be using the output of search_simplify() to display what was being searched for. That function calls the search preprocess hooks (which are implemented by stemmers), and so is used internally to pre-process search indexes and search queries. It is not supposed to generate output suitable for display.

So I'll just close this as a duplicate of the issue on Faceted Search.