We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Seems to be no way currently to search for or exclude deleted posts. Example:
http://elasticsearch.pushshift.io?sort=created_utc:desc&q=(subreddit:stationalpha+AND+created_utc:%3C1455300000)
This excludes some but not all:
http://elasticsearch.pushshift.io?sort=created_utc:desc&q=(NOT+selftext:deleted+AND+subreddit:stationalpha+AND+created_utc:%3C1455300000)