Skip to content

Commit

Permalink
Fix for #579
Browse files Browse the repository at this point in the history
  • Loading branch information
henrietteharmse committed Nov 17, 2023
1 parent f450736 commit e8e6758
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ public void search(

Map<String, Object> responseBody = new HashMap<>();
responseBody.put("numFound", qr.getResults().getNumFound());
responseBody.put("start", 0);
responseBody.put("start", start);
responseBody.put("docs", docs);

Map<String, Object> responseObj = new HashMap<>();
Expand Down

0 comments on commit e8e6758

Please sign in to comment.