From 13f852e05751bd02957cd70e42328cefb4f8fbfd Mon Sep 17 00:00:00 2001 From: John Scancella Date: Fri, 11 Oct 2019 12:08:11 -0400 Subject: [PATCH] fixes issue #4 - updated the documentation to explain the default API call only includes items online and how to get all items --- docs/pages/apidocs/requests.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/pages/apidocs/requests.md b/docs/pages/apidocs/requests.md index aa4d314..5d53e2f 100755 --- a/docs/pages/apidocs/requests.md +++ b/docs/pages/apidocs/requests.md @@ -64,6 +64,11 @@ Always include ```fo=json``` in your URL so that you get JSON, not HTML. Description Examples + + all + By default the APIs only return items available online. To return records for all items, add this parameter + all=true + q query parameter
Does a keyword search in the metadata and any available full text including video transcripts