We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e6d1a3 commit e2d1531Copy full SHA for e2d1531
1 file changed
app/views/search/_filters.html.erb
@@ -3,6 +3,8 @@
3
<% @active_filter ||= {} %>
4
5
<div class="form-group">
6
+ <input name="sort" type="hidden" value="<%= params[:sort] || '' %>" />
7
+
8
<div class="form-group-horizontal">
9
10
<%= label_tag :predefined_filter, 'Predefined Filters', class: "form-element" %>
0 commit comments