Skip to content

Commit

Permalink
Update ckan/logic/action/get.py
Browse files Browse the repository at this point in the history
Co-authored-by: Adrià Mercader <amercadero@gmail.com>
  • Loading branch information
avdata99 and amercader authored Mar 9, 2022
1 parent 1aca7ce commit 916d044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/logic/action/get.py
Original file line number Diff line number Diff line change
Expand Up @@ -1762,8 +1762,8 @@ def package_search(context: Context, data_dict: DataDict) -> ActionResult.Packag
``False``.
:type include_drafts: bool
:param include_deleted: if ``True``, deleted datasets will be included in the
results (site configuration "ckan.search.remove_deleted_packages" must
be set to False). Optional, the default is ``False``.
results (the configuration option :ref:`ckan.search.remove_deleted_packages` must
be set to ``False``, otherwise this parameter is ignored). Optional, the default is ``False``.
:type include_deleted: bool
:param include_private: if ``True``, private datasets will be included in
the results. Only private datasets from the user's organizations will
Expand Down

0 comments on commit 916d044

Please sign in to comment.