Closed
Description
Since the query fetches the first N challenges from ES, if the call is unauthenticated, we should add a filter so groups is undefined
.
Currently, if the first 20 records belong to a private group, the GET /challenges will always return [] even if there are millions of challenges available.