From 8eca49719cb2be394e103890e81cd8c315e74b2a Mon Sep 17 00:00:00 2001 From: amercader Date: Wed, 3 Apr 2013 10:26:13 +0100 Subject: [PATCH] [#691] Add note to legacy search docs about private datasets --- doc/legacy-api.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/legacy-api.rst b/doc/legacy-api.rst index 261eb84d977..b10841fc976 100644 --- a/doc/legacy-api.rst +++ b/doc/legacy-api.rst @@ -366,6 +366,12 @@ The ``Dataset`` and ``Revision`` data formats are as defined in `Model Formats`_ filter_by_openness and filter_by_downloadable were dropped from CKAN version 1.5 onwards. +.. Note:: + + Only public datasets can be accessed via the legacy search API, regardless of + the provided authorization. If you need to access private datasets via the + API you will need to use the `package_search` method of the :doc:`api`. + **Resource Parameters**