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 authored and wardi committed Mar 14, 2017
1 parent 79743bb commit 7c22480
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckan/logic/schema.py
Expand Up @@ -598,6 +598,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 7c22480

Please sign in to comment.