Skip to content

Commit 97858c9

Browse files
authored
Merge pull request #729 from topcoder-platform/TOP-2364
Minor fix for unmapped type to fix index difference in prod
2 parents fc6b982 + 705c03c commit 97858c9

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)