Sylius / SyliusElasticSearchPlugin

DEPRECATED! Use https://github.com/BitBagCommerce/SyliusElasticsearchPlugin instead.
22 stars 26 forks source link

Various improvements based on real-world usage #60

Closed psihius closed 7 years ago

psihius commented 7 years ago

Implemented InStock filter Added 3 level deep nesting support for Option filtering Added live elastic index updates via Doctrine listener And other changes

pamil commented 7 years ago

Wow, thanks again, it's incredible! 🎉 Tests are failing though :(

psihius commented 7 years ago

Yeah, tests are failing, I had a glance, I think that's mostly a method signature fail. I'm gonna look at it tomorrow morning and try fix it.

psihius commented 7 years ago

Okay, this is getting out of hand, I have fixed everything I could find, did some major work and this PR should be merged before any other work is done. @pamil can you please take care of this? And check that I have merged your changes correctly, there were some conflicts.

psihius commented 7 years ago

@pamil @pjedrzejewski @lchrusciel Please review, done with all requested changes and a few adjustments/fixes

Travis build is failing due to some weird error, I don't have this one on my side and it's during installation phase.

psihius commented 7 years ago

Fixed travis failing due to stability settings of composer.json :)

pamil commented 7 years ago

Thanks @psihius, that's a really enormous amount of work! 🥇

psihius commented 7 years ago

Y'r welcome :)