diff --git a/src/commands/CmdContext.cpp b/src/commands/CmdContext.cpp index 7c3c064f8..e09e76e54 100644 --- a/src/commands/CmdContext.cpp +++ b/src/commands/CmdContext.cpp @@ -110,7 +110,8 @@ std::string CmdContext::joinWords (const std::vector & words, unsig // Validate the context as valid for writing and fail the write context definition // A valid write context: // - does not contain any operators except AND -// - does not use modifiers +// - does not contain tag exclusion +// - does not use modifiers, except for 'equals' and 'is' // // Returns True if the context is a valid write context. If the context is // invalid due to a wrong modifier use, the modifier string will contain the