From 0f737a13282e671575b362adde0f275c8ea8bc28 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Thu, 27 May 2021 07:48:02 +0200 Subject: [PATCH] update docs --- resources/desktop/com.github.rssguard.appdata.xml | 2 +- resources/docs/Message-filters.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/desktop/com.github.rssguard.appdata.xml b/resources/desktop/com.github.rssguard.appdata.xml index 82e6a7caa..4ff8e8932 100644 --- a/resources/desktop/com.github.rssguard.appdata.xml +++ b/resources/desktop/com.github.rssguard.appdata.xml @@ -30,7 +30,7 @@ https://martinrotter.github.io/donate/ - + none diff --git a/resources/docs/Message-filters.md b/resources/docs/Message-filters.md index 8a56550a0..d07d9c760 100755 --- a/resources/docs/Message-filters.md +++ b/resources/docs/Message-filters.md @@ -50,7 +50,7 @@ Here is the reference of methods and properties of some types available in your | `String url` | URL of the message. | | `String author` | Author of the message. | | `String contents` | Contents of the message. | -| `String rawContents` | This is RAW contents of the message as it was obtained from remote service/feed. You can expect raw `XML` or `JSON` element data here. Note that this attribute has some value only if `alreadyStoredInDb` returns `false`. In other words, this attribute is not persistently stored inside RSS Guard's DB. | +| `String rawContents` | This is RAW contents of the message as it was obtained from remote service/feed. You can expect raw `XML` or `JSON` element data here. Note that this attribute has some value only if `alreadyStoredInDb` returns `false`. In other words, this attribute is not persistently stored inside RSS Guard's DB. Also, this attribute might not be filled when testing the filter, it is only filled during live filter execution on real incoming messages. | | `Number score` | Arbitrary number in range <0.0, 100.0>. You can use this number to sort messages in a custom fashion as this attribute also has its own column in messages list. | | `Date created` | Date/time of the message. | | `Boolean isRead` | Is message read? |