You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After deleting an attribute and rebuilding the index from the faceted search module, I still see the deleted item on the FO. I tried clearing the cache from ps_facetedsearch module, from PS and from the browser. The item is still displayed and I can select it. I will see the page loading without result.
I tested the bug and I think it's actually a "feature" even if it's poorly made Actually you also need to click on Clear the cache and then everything is ok I only tested on develop branch but I’m almost sure it’s the same thing with older versions because it's the principle of the module that stores some data in DB to optimize the FO display I guess
That's why even if the attribute is removed it can still display its name, even though it's not in the core tables anymore, but in the module cache in DB there are some generated JSON content that still contains the old attribute data, you need to clear the cache to update them
Prerequisites
Describe the bug and add attachments
After deleting an attribute and rebuilding the index from the faceted search module, I still see the deleted item on the FO. I tried clearing the cache from ps_facetedsearch module, from PS and from the browser. The item is still displayed and I can select it. I will see the page loading without result.
Screen.Recording.2024-02-12.at.11.32.16.mov
Related to PrestaShop/ps_facetedsearch#979
Expected behavior
The deleted attribute should not be displayed in the FO
Steps to reproduce
PrestaShop version(s) where the bug happened
8.0.5
PHP version(s) where the bug happened
8.1
If your bug is related to a module, specify its name and its version
ps_facetedsearch
Your company or customer's name goes here (if applicable).
No response
The text was updated successfully, but these errors were encountered: