Closed cewald closed 2 years ago
@andrzejewsky @gibkigonzo I've updated the branch – is this still under consideration or are any further changes necessary?
I've also adapted these changes for the storefront-api
and would open a PR as soon as we are done here.
I've recently switched to ES7 and notices some incompatibilities in the API.
These are some proposals to have a more stable support for the current ES version and more flexibility:
attribute/service/list
method as it is already resolved by theadjustQuery
depending on its version and will drop an ES exception if it is left in the search query_updateQueryStringParameter
method as it is unused as it is nowhere calledgetTotals
method toelastic
lib as from ES7 the totals return value is an objectpingTimeout
option and possibility for multiple ES hosts toelastic
libelasticsearch
client library in catalog endpoint to make ES settings more consistentI can make these changes for the
storefront-api
repo too if you wan't.