app/models/blacklight/solr/facet_paginator.rb in blacklight-6.0.0.pre3 vs app/models/blacklight/solr/facet_paginator.rb in blacklight-6.0.0.pre4
- old
+ new
@@ -1,5 +1,4 @@
-# -*- encoding : utf-8 -*-
module Blacklight::Solr
# Pagination for facet values -- works by setting the limit to max
# displayable. You have to ask Solr for limit+1, to get enough
# results to see if 'more' are available'. That is, the all_facet_values
# arg in constructor should be the result of asking solr for limit+1