diff options
author | francis <francis> | 2008-04-30 00:46:00 +0000 |
---|---|---|
committer | francis <francis> | 2008-04-30 00:46:00 +0000 |
commit | 4fc6f78113ad66b8b0381aa8a322b2c2db346864 (patch) | |
tree | 452313052f4c4fc75f81d25bfea55e5017e472ef /app/controllers/request_controller.rb | |
parent | b148ac567de92a09fe11cc3550c19725e321896d (diff) |
Do collapsing for search, but not for email or RSS
Diffstat (limited to 'app/controllers/request_controller.rb')
-rw-r--r-- | app/controllers/request_controller.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/request_controller.rb b/app/controllers/request_controller.rb index fbdfd3ca3..b169b7188 100644 --- a/app/controllers/request_controller.rb +++ b/app/controllers/request_controller.rb @@ -4,7 +4,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: request_controller.rb,v 1.76 2008-04-22 10:11:00 francis Exp $ +# $Id: request_controller.rb,v 1.77 2008-04-30 00:46:00 francis Exp $ class RequestController < ApplicationController @@ -63,7 +63,7 @@ class RequestController < ApplicationController else raise "unknown request list view " + view.to_s end - perform_search(query, sortby) + perform_search(query, sortby, 'request_collapse') end # Page new form posts to |