Skip to content

Commit 795f8aa

Browse files
authored
fix(search): add missing AbTestID property (#847)
1 parent 547b33a commit 795f8aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Algolia.Search/Models/Search/SearchResponse.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,11 @@ public class SearchResponse<T> where T : class
155155
/// </summary>
156156
public int AbTestVariantID { get; set; }
157157

158+
/// <summary>
159+
/// A/B test ID. This is only included in the response for indices that are part of an A/B test.
160+
/// </summary>
161+
public int? AbTestID { get; set; }
162+
158163
/// <summary>
159164
/// The query string that will be searched, after normalization.
160165
/// </summary>

0 commit comments

Comments
 (0)