Closed jjdiaz closed 6 years ago
Hi @jjdiaz ,
thank you for raising this issue. We'll investigate soon.
Regards, JM
Hi @jjdiaz ,
This issue should have been fixed with the last version of the bundle (v2.0.2), is that the one that you are using ? If not, I would advise to composer update
, and follow the README's upgrading steps (specifically, reset your elasticsearch indexes, re-index your products / product models, and - of course - clear your prod cache)
Let me know if you are using the v2.0.2 and need further help
Regards, Mathias
Hi @mmetayer
After installing new version v.2.0.2 the issue have been fixed. I was using the v2.0.0 and that was the problem.
Thank you very much, Mathias.
Hi,
I'm installed this bundle under Akeneo EE 2.0.11. It runs ok except deleting an extended text attribute. I reinstalled and reconfigured the entire bundle and got same error. The prod log indicates:
[2018-01-22 19:36:55] request.CRITICAL: Uncaught PHP Exception Pim\Component\Catalog\Exception\UnsupportedFilterException: "Filter on property "textcol" is not supported or does not support operator "NOT EMPTY"" at /home/jjimenez/local/akeneo/vendor/akeneo/pim-community-dev/src/Pim/Component/Catalog/Query/ProductQueryBuilder.php line 138 {"exception":"[object] (Pim\Component\Catalog\Exception\UnsupportedFilterException(code: 0): Filter on property \"textcol\" is not supported or does not support operator \"NOT EMPTY\" at /home/jjimenez/local/akeneo/vendor/akeneo/pim-community-dev/src/Pim/Component/Catalog/Query/ProductQueryBuilder.php:138)"} []
Other functionalities of the bundles work really fine.
Thank you and Regards.