I'm getting weird results when searching for certain posts on a subreddit.
This request:
https://api.pullpush.io/reddit/search/comment/?subreddit=nootropics&q=cerebrolysin
Returns this:
{
"data": [],
"metadata": {
"query_str": "'cerebrolys'",
"lang_id": "lt"
},
"error": null
}
It looks like the search term is getting truncated and then being put into language as lithuanian?
Tried a bunch to debug but this seems like an issue on the backend.
Anyone else seeing issues like this?