You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Using phrase_prefix in ElasticsearchOptions.searchConfig.multiMatchType in the latest versions of the ElasticSearch plugin (3.1.x) is causing the search query to fail with the error x_content_parse_exception
Describe the bug
Using
phrase_prefix
inElasticsearchOptions.searchConfig.multiMatchType
in the latest versions of the ElasticSearch plugin (3.1.x) is causing thesearch
query to fail with the errorx_content_parse_exception
To Reproduce
Steps to reproduce the behavior:
vendure-config.ts
search
queries should fail with the errorx_content_parse_exception
Expected behavior
The search should yield a successful result.
Environment (please complete the following information):
Additional context
The error seems to go away when we remove the
fuzziness: 'AUTO'
that is added in hereThe text was updated successfully, but these errors were encountered: