Closed (duplicate)
Project:
Porter Algorithm Search Stemmer
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2009 at 10:21 UTC
Updated:
6 Jul 2009 at 23:49 UTC
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
Comment #1
jhodgdonIn 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.