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
But, the ZCTextIndex uses actually binary data (for the "WID" (= "WordInDEX") encoded document content) and there the heuristics breaks (apparently, no one has already told zodbupdate about this exception).
I am not sure whether I should have created a mapping or this should have been detected by zodbupdate itself, as Products.ZCatalog is pretty much Zope standard.
The text was updated successfully, but these errors were encountered:
I updated my Zope app from Python 2 to Python 3 and all my
ZCTextIndexes
from ZCatalog are now broken.@d-maurer analyzed the problem:
Initially reported here:
https://community.plone.org/t/typeerror-in-zctextindex-after-upgrade-to-py3/12621
I am not sure whether I should have created a mapping or this should have been detected by
zodbupdate
itself, asProducts.ZCatalog
is pretty much Zope standard.The text was updated successfully, but these errors were encountered: