-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.1.X, Master
-
Fix Version/s: 7.0.0 DXP FP80, 7.0.10.11 DXP SP11, 7.0.X, 7.1.10 DXP FP5, 7.1.10.1 SP1, 7.1.X, 7.2.0 GA1
-
Component/s: Search Infrastructure > Elasticsearch Connector
-
Branch Version/s:7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Fix Priority:4
-
Epic Link:
-
Sprint:Search | S02 Sprint 8
-
Git Pull Request:
Steps to reproduce
- Start portal with elasticsearch 6.1.3 in remote mode
- Start a kibana 6.1.3 server to connect to the remote elasticsearch server
- Add a search insights portlet to a page and execute a search
- Copy the query string from the search insights portlet into kibana and execute it
Expected Result
The search query would be successfully executed
Actual Result
The search query is not executed and this error is shown:
{ "error": { "root_cause": [ { "type": "parsing_exception", "reason": "[match_phrase] query does not support [zero_terms_query]", "line": 1, "col": 561 } ], "type": "parsing_exception", "reason": "[match_phrase] query does not support [zero_terms_query]", "line": 1, "col": 561 }, "status": 400 }
Reproduced on master - 8c57e44
- is caused by
-
LPS-86861 As a Search Admin, I want to upgrade to Elasticsearch 6.5
-
- Closed
-