diff --git a/Searches-Indexers-and-Trackers.md b/Searches-Indexers-and-Trackers.md index d683c1b..adf77ae 100644 --- a/Searches-Indexers-and-Trackers.md +++ b/Searches-Indexers-and-Trackers.md @@ -19,6 +19,15 @@ When you test an indexer or tracker, in debug or trace logs you can find the URL 19-11-12 13:27:30.0|Debug|Api|[POST] /api/v3/indexer/test: 200.OK (1404 ms) ``` +### Testing a Search +Just like the indexer/tracker test above, when you trigger a search while at Debug or Trace level logging, you can get the URL used from the log files. While testing, it is best to use as narrow a search as possible. A manual episode search is good because it is specific *and* you can see the results in the UI while examining the logs. + +[[images/Series.Season.Episode.v3.png]] + +``` +Logs here! +``` + ## Errors These are some of the common errors you may see when adding an indexer