Skip to content

Commit

Permalink
Fix sync search
Browse files Browse the repository at this point in the history
  • Loading branch information
nablaone committed Nov 6, 2024
1 parent 5a60e83 commit ab3d974
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quesma/quesma/search_ab_testing.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ func (q *QueryRunner) executePlanElastic(ctx context.Context, plan *model.Execut
err = response.err
sendABResult(nil, err)
return nil, err
} else {
responseBody, err = response.response.Bytes()
}

pushSecondaryInfo(q.quesmaManagementConsole, id, "", path, bodyAsBytes, response.translatedQueryBody, responseBody, plan.StartTime)
Expand Down

0 comments on commit ab3d974

Please sign in to comment.