Closed dkarlovi closed 4 years ago
Looks good, thank you for your input !!!
Argh, rebased on wrong branch! :see_no_evil: sorry about that, I'll add the tests soon.
Awesome, thanks
@kwreczycki I guess you've closed this by accident, I've rebased to your master, but it's not showing up, maybe Github doesn't process closed PRs.
Thanks for having a look. :beers:
Yep, sorry. Please open PR once again
This PR will allow having multi-language / multi-site support, see #33.
The first step is adding configuration for both Elasticsearch and the sites, like so
The tokens in the index name allow us to automagically separate per store / language / entity (Product, Category, etc), allowing much easier implementation for #30 also. Idea is to also auto-configure the ONGR bundle, so the ES configuration there will no longer be required.
The command now looks like
bin/console vsbridge:index example.co.uk en category
(any param is optional, the more you add, you're getting more specific).