diff --git a/Definition-format.md b/Definition-format.md index 08363ea..e9ef324 100644 --- a/Definition-format.md +++ b/Definition-format.md @@ -594,6 +594,11 @@ search: attribute: torrents # [OPTIONAL] If there are multiple torrents per title multiple: true + # [OPTIONAL] In the event that a server responds to a query-not-found with a message instead of + # the more common empty json object or a Count set to 0, you can code the message here and prevent + # the "Exception (indexer): Object reference not set to an instance of an object." error and have + # the more traditional "0 Results Found" state instead. + NoResultsMessage: "nothing found message from server" inputs: # Specify whichever query parameters the API is prepared to accept as valid. Some examples below.