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
When executing a hybrid search query in Chorus by selecting the "Hybrid" algorithm in the dropdown box and entering a query term and filtering afterwards, nothing happens in the frontend.
In the browser dev tools it becomes clear that the backend has an issue:
{
"took": 21,
"responses": [
{
"error": {
"root_cause": [
{
"type": "illegal_argument_exception",
"reason": "hybrid query must be a top level query and cannot be wrapped into other queries"
}
],
"type": "search_phase_execution_exception",
"reason": "all shards failed",
"phase": "query",
"grouped": true,
"failed_shards": [
{
"shard": 0,
"index": "ecommerce",
"node": "uFWvZB3JQl-ZlKAcyeiTlg",
"reason": {
"type": "illegal_argument_exception",
"reason": "hybrid query must be a top level query and cannot be wrapped into other queries"
}
}
],
"caused_by": {
"type": "illegal_argument_exception",
"reason": "hybrid query must be a top level query and cannot be wrapped into other queries",
"caused_by": {
"type": "illegal_argument_exception",
"reason": "hybrid query must be a top level query and cannot be wrapped into other queries"
}
}
},
"status": 400
},
{
"error": {
"root_cause": [
{
"type": "illegal_argument_exception",
"reason": "hybrid query must be a top level query and cannot be wrapped into other queries"
}
],
"type": "search_phase_execution_exception",
"reason": "all shards failed",
"phase": "query",
"grouped": true,
"failed_shards": [
{
"shard": 0,
"index": "ecommerce",
"node": "uFWvZB3JQl-ZlKAcyeiTlg",
"reason": {
"type": "illegal_argument_exception",
"reason": "hybrid query must be a top level query and cannot be wrapped into other queries"
}
}
],
"caused_by": {
"type": "illegal_argument_exception",
"reason": "hybrid query must be a top level query and cannot be wrapped into other queries",
"caused_by": {
"type": "illegal_argument_exception",
"reason": "hybrid query must be a top level query and cannot be wrapped into other queries"
}
}
},
"status": 400
}
]
}
Query payload - how the query looks like that Reactivesearch is building:
When executing a hybrid search query in Chorus by selecting the "Hybrid" algorithm in the dropdown box and entering a query term and filtering afterwards, nothing happens in the frontend.
In the browser dev tools it becomes clear that the backend has an issue:
Query payload - how the query looks like that Reactivesearch is building:
How the query should look like - with post filtering:
Note: "Keyword" and "Neural" both work.
The text was updated successfully, but these errors were encountered: