File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ func TestIndex_SearchWithContentEncoding(t *testing.T) {
2424 Query : "prince" ,
2525 Request : & SearchRequest {
2626 IndexUID : "indexUID" ,
27+ Limit : 20 ,
28+ Offset : 0 ,
2729 },
2830 FacetRequest : & FacetSearchRequest {
2931 FacetName : "tag" ,
@@ -57,6 +59,8 @@ func TestIndex_SearchWithContentEncoding(t *testing.T) {
5759 Query : "prince" ,
5860 Request : & SearchRequest {
5961 IndexUID : "indexUID" ,
62+ Limit : 20 ,
63+ Offset : 0 ,
6064 },
6165 Response : & SearchResponse {
6266 Hits : []interface {}{
@@ -90,6 +94,8 @@ func TestIndex_SearchWithContentEncoding(t *testing.T) {
9094 Query : "prince" ,
9195 Request : & SearchRequest {
9296 IndexUID : "indexUID" ,
97+ Limit : 20 ,
98+ Offset : 0 ,
9399 },
94100 Response : & SearchResponse {
95101 Hits : []interface {}{
You can’t perform that action at this time.
0 commit comments