Open
Description
Preconditions (*)
- OpenMage LTS 19.4.15
- One product with a description / short description in Greek using the wysiwyg editor
Steps to reproduce (*)
-
Create a simple product that's in stock, has quantity, is visible in catalog and search.
-
Add to it a description like
Φώτα θέσεως
using the wysiwyg editor. The description is going to be saved encoded in html entities like this<p>Φώτα θέσεως</p>
-
Reindex and clear cache
-
Go to the frontend and search for the word
Φώτα
Expected result (*)
- The product is found
Actual result (*)
It seems that OpenMage is not building the search index correctly or during search it forgets to encode or decode the html entities.