Skip to content

Commit

Permalink
[#3191] docstring for include_private
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi committed Aug 17, 2016
1 parent 7eac86a commit ede4e11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ckan/logic/action/get.py
Original file line number Diff line number Diff line change
Expand Up @@ -1711,6 +1711,10 @@ def package_search(context, data_dict):
sysadmin will be returned all draft datasets. Optional, the default is
``False``.
:type include_drafts: boolean
:param include_private: if ``True``, private datasets will be included in
the results. Only private datasets from the user's organizations will
be returned and sysadmins will be returned all private datasets.
Optional, the default is ``False``.
:param use_default_schema: use default package schema instead of
a custom schema defined with an IDatasetForm plugin (default: False)
:type use_default_schema: bool
Expand Down

0 comments on commit ede4e11

Please sign in to comment.