Now, consider the following request: https://api.pushshift.io/reddit/search/comment/?q=science&fields=score%2Cscore_hidden. I expect this request to be effectively identical, but the backend doesn't seem to handle the percent-encoded comma correctly:
Consider the following request:
https://api.pushshift.io/reddit/search/comment/?q=science&fields=score,score_hidden
.I get the following response:
Now, consider the following request:
https://api.pushshift.io/reddit/search/comment/?q=science&fields=score%2Cscore_hidden
. I expect this request to be effectively identical, but the backend doesn't seem to handle the percent-encoded comma correctly: