topcoder-platform / challenge-api

This microservice provides access and interaction with all sorts of Challenge data
16 stars 49 forks source link

Additional index fix for PM-21 #734

Closed jmgasper closed 1 month ago

jmgasper commented 1 month ago

Additional testing and fix for PM-21

Ok, this one was annoying. In testing this in preparation for prod, I found that the prod index is different from dev, which is the root cause of the issues noted in JIRA. I had assumed they were the same. The prod index had different sort parameters and normalizers setup that dev didn’t have (along with slightly different fields).

Now, dev matches prod, so we can revert a change made to fix dev that wouldn't work in prod with the index differences.

https://topcoder.atlassian.net/browse/PM-21?focusedCommentId=83938