A list of regular expressions to limit the notes that are retrieved by the connector. If the title of a note matches any of the regular expressions, the note is ignored. You can specify a comma-separated list of regular expressions, or use numbered parameters (NoteTitleCantHaveRegex0
, NoteTitleCantHaveRegex1
, and so on).
Type: | String (regular expression) |
Default: | |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | NoteTitleCantHaveRegex=.*noindex.*
|
See Also: |
|