Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ckan/logic/action/get.py
Original file line number Diff line number Diff line change
Expand Up @@ -1689,7 +1689,7 @@ def package_search(context, data_dict):
sort-orderings.
:type sort: string
:param rows: the number of matching rows to return. There is a hard limit
of 1000 datasets per query.
of 1000 datasets per query. Optional. Default is 10.
:type rows: int
:param start: the offset in the complete result for where the set of
returned datasets should begin.
Expand Down