Sinan Kaplan
Sinan Kaplan
_mtermvectors request returns different response in consecutive calls; doc_freq value is missing and term_statistics are different. This causes to make fuzzy search instead of exact search ``` $curl -XPOST 'http://127.0.0.1:9200/_mtermvectors?pretty=true'...
**Is your feature request related to a problem? Please describe.** Extension Module Lambda handler does not log any request, setting logLevel parameter to DEBUG or TRACE does not have any...
$this->checkoutSession->getPostNLDeliveryDate() can return false ``` $params['date'] = $this->checkoutSession->getPostNLDeliveryDate(); ``` and !isset($params['date']) will return true since it has a value (false) and delivery date will not be recalculated