Skip to content

Commit 705c03c

Browse files
committed
Minor fix for unmapped type to fix index difference in prod
1 parent a7f5de4 commit 705c03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/ChallengeService.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ async function searchChallenges(currentUser, criteria) {
710710
[sortByProp]: {
711711
order: sortOrderProp,
712712
missing: "_last",
713-
unmapped_type: "String",
713+
unmapped_type: "text",
714714
},
715715
},
716716
],

0 commit comments

Comments
 (0)