Skip to content

Commit

Permalink
Explicitly specify language of search
Browse files Browse the repository at this point in the history
  • Loading branch information
GenieTim committed Nov 7, 2024
1 parent 0a91e2d commit 6cee800
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ public JSONObject findObjectByGlobalObjectId(String globalObjectId) throws IOExc
put("in", new JSONArray() {{
put(globalObjectId);
}});
put("language", "en");
}});
}});
}};
Expand Down

0 comments on commit 6cee800

Please sign in to comment.