Skip to content

Commit

Permalink
add 'fl' in default_package_search_schema
Browse files Browse the repository at this point in the history
  • Loading branch information
fanjinfei committed Feb 8, 2017
1 parent 895b7ed commit 3fdb4c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckan/logic/schema.py
Expand Up @@ -587,6 +587,7 @@ def default_autocomplete_schema():
def default_package_search_schema():
schema = {
'q': [ignore_missing, unicode],
'fl': [ignore_missing, list_of_strings],
'fq': [ignore_missing, unicode],
'rows': [ignore_missing, natural_number_validator],
'sort': [ignore_missing, unicode],
Expand Down

0 comments on commit 3fdb4c1

Please sign in to comment.