Skip to content

Commit

Permalink
add sort to search query
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Treacy committed Feb 10, 2011
1 parent cda0003 commit 130d856
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/http_meta.coffee
Expand Up @@ -116,9 +116,10 @@ Meta.queryProperties = [
'chunked'
'buckets'
'q' # search
'start'
'rows'
'wt'
'start' # search
'rows' # search
'wt' # search
'sort' # search
]

Meta.riakProperties = ['statusCode', 'host', 'responseEncoding']
Expand Down

0 comments on commit 130d856

Please sign in to comment.