api
api copied to clipboard
Issue with filter combination?
I have an issue, where adding a 'subreddit' or 'q' filter to my query eliminates all search results.
See the following example: https://api.pushshift.io/reddit/search/comment/?after=1504966029&before=1506301549
The first result, for example, is in subreddit 'Metal' and contains the word 'agree'. However, the following queries return nothing:
- https://api.pushshift.io/reddit/search/comment/?after=1504966029&before=1506301549&subreddit=Metal
- https://api.pushshift.io/reddit/search/comment/?after=1504966029&before=1506301549&q=agree
Have I misunderstood something? Why does this happen?