Skip to content

Commit 013932e

Browse files
authored
Merge pull request #731 from topcoder-platform/TOP-2364
Better choice for unmapped types when sorting
2 parents 97858c9 + 078da3f commit 013932e

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: "text",
713+
unmapped_type: "keyword",
714714
},
715715
},
716716
],

0 commit comments

Comments
 (0)