diff options
author | francis <francis> | 2008-04-30 00:37:50 +0000 |
---|---|---|
committer | francis <francis> | 2008-04-30 00:37:50 +0000 |
commit | 551d795e6368df62fbeb2ed35f12080cca1cc88c (patch) | |
tree | 61398b67c28ac26075b17d90018c2f28bcbdf3d3 /app/controllers/application.rb | |
parent | 1a508db9c8fd00897aae36b1db3ed3f01e7ec189 (diff) |
Get date range searches working.
Diffstat (limited to 'app/controllers/application.rb')
-rw-r--r-- | app/controllers/application.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/application.rb b/app/controllers/application.rb index 79521e240..7275e53a7 100644 --- a/app/controllers/application.rb +++ b/app/controllers/application.rb @@ -6,7 +6,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: application.rb,v 1.40 2008-04-24 23:52:59 francis Exp $ +# $Id: application.rb,v 1.41 2008-04-30 00:37:50 francis Exp $ class ApplicationController < ActionController::Base @@ -127,7 +127,7 @@ class ApplicationController < ActionController::Base @http_auth_user = admin_http_auth_user end - # Convert URL name for sort by order, to Lucene query + # Convert URL name for sort by order, to Xapian query def order_to_sort_by(sortby) if sortby.nil? return [nil, true] |