Mikołaj Król

Results 22 comments of Mikołaj Król

Could you provide a PR?

We switched to the Match query recently with fuzziness options. Should work now.

How about decoration and injection of ChannelContext?

CC @damonsson, @patrick477

@damonsson, any progress on this? 🙂

Yeap, it works on my local environment but fails on Travis. travis.yml file is equal to the one in Sylius standard.

That's why I created a migration file in my app/migrations directory. I guess this one is not executed during the build by default?

Actually I switched the `doctrine:migrations:migrate` command to `doctrine:schema:update --force` and it works. Maybe it would be better to include it in the travis.yml file. Thank you! :)