Skip to content

Commit

Permalink
A/B - fix sync search (#957)
Browse files Browse the repository at this point in the history
It fixes A/B testing sync searches.
  • Loading branch information
nablaone authored Nov 7, 2024
1 parent 362eed8 commit 30be815
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 30be815

Please sign in to comment.