-
Notifications
You must be signed in to change notification settings - Fork 337
Conversation
- The `db` context object - passed to every api endpoint now has two usefull methods: `getElasticClient` and `getRedisClient` for accesing the data stores - @pkarw (#328) - The `lib/utils` got two new methods `getStoreCode(req: Express.Request)` and `getStoreView(code: string)` for getting the current multistore context from `vue-storefront` frontend requests - @pkarw - The way Elastic and Redis clients have been fixed and code duplication removed across the app - @pkarw (#327)
Do you know if there is some work to be done on the magento modules so they work with ES 6/7? |
Will be planned @ResuBaka |
Test scenarios: Test Elastic 7 Support
Test Elastic 5.6 Compatibility Mode
|
I need some help with testing this one out @patzick @ResuBaka @alinadivante @lukeromanowicz @andrzejewsky your support would be much appreciated! |
The last thing to-do is to fix the graphql resolvers + apply the DSL query fix -> vuestorefront/vue-storefront#3586 to |
@pkarw I would test it but I have no running M2 and I have zero expertise in m2 so when I wanted to test it I needed to work on m1 native indexer so it would first work with es6/7 but there I don't know how long that would take. |
@andrzejewsky I've noted one issue in the frontend: https://www.dropbox.com/s/20jmn0yiks5eofu/Screenshot%202019-09-24%2011.40.28.png?dl=0 it's because of the We should fix it in VSF - supporting both: numeric, object totals format in the Anyway - more tests on VSF frontend as well are required |
gotcha! Agata will update indexers after 6th of October as she's fully booked before - if you find some time you can still update the indexers to support ES7 (the key change is to index to different indexes per entity) :) |
Hey guys, |
I've added PoC for Elastic Search 7 support. By default still Elastic 5 is in use.
To start Elastic7:
Then, you should re-import the data using mage2vuestorefront
TODO:
httpAuth
- how to replace it with the new clientyarn migrate; yarn restore
seo
tool