diff --git a/Indexer-Integration.md b/Indexer-Integration.md index e9e954c..7fea32c 100644 --- a/Indexer-Integration.md +++ b/Indexer-Integration.md @@ -1,6 +1,6 @@ ## Overview -All operations (search and sync) will be use all configured indexers when they run, with the exception of Womble's which supports sync only. +All operations (search and sync) will use all configured indexers when they run, with the exception of Womble's which supports sync only. When searching, Sonarr will request the first 100 results, if more than 90 successful results are returned it will request the next 100 results from the indexer, to a maximum of 1000 results. If the indexer doesn't support paging, we make every effort to avoid requesting additional results.