Skip to content

Commit

Permalink
Add fq_list parameter to package_search.__doc__
Browse files Browse the repository at this point in the history
  • Loading branch information
frafra committed Oct 25, 2018
1 parent e716704 commit 8adcd45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ckan/logic/action/get.py
Expand Up @@ -1689,6 +1689,8 @@ def package_search(context, data_dict):
:param fq: any filter queries to apply. Note: ``+site_id:{ckan_site_id}``
is added to this string prior to the query being executed.
:type fq: string
:param fq_list: additional filter queries to apply.
:type fq_list: list of strings
:param sort: sorting of the search results. Optional. Default:
``'relevance asc, metadata_modified desc'``. As per the solr
documentation, this is a comma-separated string of field names and
Expand Down

0 comments on commit 8adcd45

Please sign in to comment.