We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 889a30e commit 72f6f97Copy full SHA for 72f6f97
app/views/searches/results.html.erb
@@ -32,7 +32,7 @@
32
33
$('#order').change(function() {
34
var selected = $("#order option:selected").val();
35
- var url = '<%= path_without_order(params).html_safe %>';
+ var url = '<%= path_without_order(:term => @term, :archive_id => @current_archive.id).html_safe %>';
36
37
url = url + "&order=" + selected;
38
window.location = url;
0 commit comments