Skip to content

Commit

Permalink
Add TODO comment
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Jain <[email protected]>
  • Loading branch information
vibrantvarun committed Jan 14, 2025
1 parent 0eb2641 commit c7d863c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ protected void doXContent(XContentBuilder builder, Params params) throws IOExcep
queryBuilder.toXContent(builder, params);
}
builder.endArray();
// TODO https://github.com/opensearch-project/neural-search/issues/1097
if (Objects.nonNull(paginationDepth)) {
builder.field(PAGINATION_DEPTH_FIELD.getPreferredName(), paginationDepth);
}
Expand Down

0 comments on commit c7d863c

Please sign in to comment.