Skip to content

Commit

Permalink
Changing Elasticsearch count
Browse files Browse the repository at this point in the history
  • Loading branch information
carlyrichmond committed Apr 22, 2024
1 parent 2e696fc commit 4c99d1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cake-game/src/util/elasticsearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export async function saveUserClassification(userClassification) {
export async function getGameResults(gameMetadata) {
return await client.search({
index: userClassificationsIndex,
size: 10,
_source: ["image_url", "expected_category", "user_category", "models"],
query: {
match: {
Expand Down

0 comments on commit 4c99d1f

Please sign in to comment.