Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/client-search/src/types/SearchResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,11 @@ export type SearchResponse<TObject = {}> = {
*/
indexUsed?: string;

/**
* If a search encounters an index that is being A/B tested, abTestID reports the ongoing A/B test ID.
*/
abTestID?: number;

/**
* In case of AB test, reports the variant ID used. The variant ID is the position in the array of variants (starting at 1).
*/
Expand Down