lib/blacklight/solr/facet_paginator.rb in blacklight-3.0.0pre6 vs lib/blacklight/solr/facet_paginator.rb in blacklight-3.0.0pre7
- old
+ new
@@ -1,5 +1,6 @@
+# -*- 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
@@ -88,6 +89,6 @@
request_keys[:offset] => 0)
end
end
-end
\ No newline at end of file
+end