api icon indicating copy to clipboard operation
api copied to clipboard

Issue with filter combination?

Open fabianwindbacher opened this issue 3 years ago • 0 comments

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?

fabianwindbacher avatar Oct 29 '21 18:10 fabianwindbacher