Subscribe to our blog by email.
March 04, 2016 — Jonathon Rossi
A couple of weeks ago I implemented support for subscription filtering after the feature request from one of our premium users. Today I'm announcing it with an explanation of how it works with examples:
dog
includes only posts with "dog" in the title or bodytitle:dog
includes only posts with "dog" in the titlebody:dog
includes only posts with "dog" in the bodybody:"big bird"
includes only posts with "big bird" in the body-celebrity
excludes all posts with "celebrity" in the title or body (can be used without a normal match to just exclude posts)dog -title:celebrity
includes only posts with "dog" in the title or body, excluding posts with "celebrity" in the titleAll terms are matched like Google Search, there is currently no support for performing an "OR" comparison.
Currently this is a Premium account only feature, however it may become a feature for all users if the demand is there. Thanks.