Open SalvatorePollaci opened 5 years ago
Interesting.... I think I have seen something similar before but I don't remember the details. Does it work if you use 2 separate steps for deleting the contents?
I just tried using 2 separate steps for deleting the contents but I get the same exact error message.
OK, I will have a look if I manage to reproduce this. Which kernel version are you using ?
I'm not sure if this is the correct dependency you are asking for, but if I run a composer show -i, I see
ezsystems/ezpublish-kernel v5.4.14
@gggeek I think the error message is due to this PR: https://github.com/ezsystems/ezplatform-solr-search-engine/pull/14
Currently I'm using the following version of such bundle:
ezsystems/ezplatform-solr-search-engine v1.0.10 Solr search engine implementation for eZ Platform
You are correct in identifying the cause of the problem.
Besides matches based on content_type_identifier
, there are other 2 functions which will break when using recent versions of ezplatform-solr-search-engine...
I'm looking into an acceptable solution that would keep maximum BC for all users not in that scenario.
ps: in the meantime, you should be able to work around your problem by adding a match_sort
clause to your step definition
Hi I'm trying to delete all contents of a list of content types as so:
But the migration fails with the following error message:
Is this a bug? Am I forgetting do to something?
Ps I'm using kaliop/ezmigrationbundle v5.10.1