Skip to content

Commit

Permalink
temp search fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rawOrlando committed Oct 30, 2023
1 parent 15d5e0b commit d0eee8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/models/search_builder.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# frozen_string_literal: true
class SearchBuilder < Blacklight::SearchBuilder
include Blacklight::Solr::SearchBuilderBehavior
include BlacklightRangeLimit::RangeLimitBuilder
# this might have some issues
#include BlacklightRangeLimit::RangeLimitBuilder

self.default_processor_chain += [:exclude_unwanted_models, :exclude_drafts]

Expand Down

0 comments on commit d0eee8d

Please sign in to comment.