Closed wimvds closed 6 years ago
@wimvds thanks for the contribution - but it seems to be a BC break isnt it? we should at least write it into the UPGRADE.md file
Ow, yeah. It does require one to recreate the index (though I suspect the old entries will just be ignored). What version should I add in the UPGRADE.md (or will you add the version later on)?
@wimvds you can simply write dev-develop
as the version
@wimvds thanks for adding this fix :)
When looking at the ElasticSearch indexes created with Sulu, I noticed that the _type field looked like this :
As you can see, the type is missing the first letter. This PR fixes this (by stripping any preceding after converting the \ in the class names to _)...