projectblacklight / blacklight_advanced_search

Advanced search plugin for Blacklight
http://projectblacklight.org
Other
24 stars 25 forks source link

Silence deprecation warnings for BL::Configuration #47

Closed jcoyne closed 8 years ago

jcoyne commented 8 years ago

Prior to this change the following deprecation warning would be displayed 18 times when running the generators:

  DEPRECATION WARNING: Your application is missing the SearchBuilder.
  Have you run `rails generate blacklight:search_builder`? Falling back
  to Blacklight::Solr::SearchBuilder. (called from
  locate_search_builder_class at
  /home/travis/.rvm/gems/ruby-2.2.0/gems/blacklight-5.15.0/lib/blacklight/configuration.rb:227)

This is occuring because BlacklightAdvancedSearch is referencing the search_builder before it is generated.