We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c387528 commit 1a1b49fCopy full SHA for 1a1b49f
src/Model/template/search.html
@@ -132,9 +132,25 @@ <h3 class="box-title">{{_ 'Filters'}}</h3>
132
{{#format 'list' ../schema.name this}}
133
{{#each formats}}
134
{{#in 'number,price,formula' config.format}}
135
- <td class="text-right">{{{value}}}</td>
+ <td class="text-right">
136
+ {{#in ../../../schema.filterable name}}
137
+ <a href="?{{query 'filter' name raw}}">
138
+ {{{value}}}
139
+ </a>
140
+ {{else}}
141
142
+ {{/in}}
143
+ </td>
144
{{else}}
- <td>{{{value}}}</td>
145
+ <td>
146
147
148
149
150
151
152
153
154
{{/in}}
155
{{/each}}
156
{{/format}}
0 commit comments