vuestorefront / vue-storefront-api

Vue.js storefront for Magento2 (and not only) - data backend
https://www.vuestorefront.io
MIT License
348 stars 338 forks source link

fix: make sure the type is set to "_doc" on ES7+ #530

Closed dkarlovi closed 3 years ago

dkarlovi commented 3 years ago

When passing types to ES7, it will yield a warning and no results (tested on ES 7.9). This makes sure the type is always "_doc"