From e2264bdd697a4d10bc31c54981df80ca362a9583 Mon Sep 17 00:00:00 2001 From: zakary Date: Thu, 29 Aug 2024 20:27:19 -0500 Subject: [PATCH] update(options/exclude): add note about excluding torrents via rss and announce --- docs/basics/options.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/basics/options.md b/docs/basics/options.md index 25caba0..0270bfb 100644 --- a/docs/basics/options.md +++ b/docs/basics/options.md @@ -828,7 +828,7 @@ than this long ago. This option is only relevant in `search` mode or in `daemon` mode with [`searchCadence`](#searchcadence) turned on. :::tip -`excludeOlder` will never exclude torrents that are completely new to `cross-seed`. +`excludeOlder` will never exclude torrents that are completely new to `cross-seed` or torrents seen via RSS or Announce API. ::: #### `excludeOlder` Examples (CLI) @@ -860,6 +860,9 @@ more recently than this long ago. This option is only relevant in `search` mode or in `daemon` mode with [`searchCadence`](#searchcadence) turned on. +:::tip +`excludeRecentSearch will never exclude torrents seen via RSS or Announce API. +::: :::info Note **Search history is stored on a per-indexer basis.**