This documentation site is deprecated. Please visit the control panel at https://monitorss.xyz for all up-to-date functionality
Custom Comparisons are additional checks after the default algorithm determines whether an article is new or old. They can be accessed by the compare command. Properties on the original article object are used. To get the original properties, use the dump command with the original argument. For nested keys, separate them with _.
All comparison keys are from the original feed object, which can be accessed through the rss.dump original command. If the values are not pure strings, they will get ignored (this includes dates).
To remove all settings, add the reset argument, for example rss.compare reset.
Blocking Comparisons
"blocking" comparisons will check additional article properties to attempt to block an article from sending after default algorithms mark an article as new.
An example use case is when you don't want articles with the same title to send.
Passing Comparisons
"passing" comparisons will check additional article properties to attempt to pass an article for it to send after default algorithms mark an article as old.
An example use case is when you want the same article that frequently changes description to repeatedly send.
If date checks are turned on, an article that passes p-comparisons will still be blocked if it is marked old via date checks.