diff --git a/resources/docs/Documentation.md b/resources/docs/Documentation.md index f1ab2e245..e78e9e3af 100644 --- a/resources/docs/Documentation.md +++ b/resources/docs/Documentation.md @@ -114,33 +114,33 @@ Boolean MessageObject.isAlreadyInDatabase(DuplicationAttributeCheck) which allows you to perform runtime check for existence of the article in RSS Guard's database. The parameter is value from enumeration [`DuplicationAttributeCheck`](#DuplicationAttributeCheck-enum) and specifies how exactly you want to match your article. -For example, if you want to check if there is already another message with same author in database, you should call `msg.isAlreadyInDatabase(MessageObject.SameAuthor)`. Values of the enumeration can be combined via bitwise OR (`|`) operator in single call, like this: `msg.isAlreadyInDatabase(MessageObject.SameAuthor | MessageObject.SameUrl)`. +For example, if you want to check if there is already another article with same author in database, you should call `msg.isAlreadyInDatabase(MessageObject.SameAuthor)`. Values of the enumeration can be combined via bitwise OR (`|`) operator in single call, like this: `msg.isAlreadyInDatabase(MessageObject.SameAuthor | MessageObject.SameUrl)`. Here is the reference of methods and properties of types available in your filtering scripts. #### `MessageObject` class -| Type | Name(Parameter) | Return value | Read-only | Description -| :--- | :--- | :--- | :---: | --- -| Property | `assignedLabels` | `Array