Sha256: 1af89529e4d3d5cd14f66c24830ee7f399b770a5e4198af218b385ff848ae732
Contents?: true
Size: 630 Bytes
Versions: 5
Compression:
Stored size: 630 Bytes
Contents
<%# used to render facets with checkboxes on advanced search form, we pretty much just use the built-in blacklight render_facet_partials helper. But we've provided a local override of the _facet_limit partial in our own `views/advanced/_facet_limit.html.erb`, that is written to include checkboxes for form selection. This is the default display of facets, but you can also choose to use _advanced_search_facets_as_select, for a chosen.js-compatible multi-select. %> <div class="advanced-facet-limits panel-group"> <%= render_facet_partials facet_field_names_for_advanced_search %> </div>
Version data entries
5 entries across 5 versions & 1 rubygems