Skip to content

v0.4.1

Compare
Choose a tag to compare
@corentinheadoo corentinheadoo released this 06 Jul 13:30
· 46 commits to master since this release
  • Add listener on preRemove, because there no ID on entities in DoctrineListener::postRemove()
  • Add isSofdeleted() to remove from ES entities simply softdeleted, because it's calling DoctrineListener::postUpdate() instead of postRemove();
  • Rename removeToElastic() => removeFromElastic()
  • Catch Elastica\Exception\NotFoundException, because we listen preRemove AND postRemove. Document can be removed on preRemove, so not found on postRemove