Skip to content

Commit

Permalink
[#739] Add support for boost parameter in queries
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Apr 12, 2013
1 parent 4e149cb commit dcf6307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/lib/search/query.py
Expand Up @@ -16,7 +16,7 @@
_open_licenses = None

VALID_SOLR_PARAMETERS = set([
'q', 'fl', 'fq', 'rows', 'sort', 'start', 'wt', 'qf', 'bf',
'q', 'fl', 'fq', 'rows', 'sort', 'start', 'wt', 'qf', 'bf', 'boost',
'facet', 'facet.mincount', 'facet.limit', 'facet.field',
'extras', 'fq_list', 'tie', 'defType', 'mm'
])
Expand Down

0 comments on commit dcf6307

Please sign in to comment.