projectblacklight / blacklight_advanced_search

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

Using BlacklightAdvanceSearch makes I18n unavailable in CatalogController #49

Closed jcoyne closed 8 years ago

jcoyne commented 8 years ago

Due to this block causing CatalogController to load before the I18n initializers have run: https://github.com/projectblacklight/blacklight_advanced_search/blob/master/lib/blacklight_advanced_search/engine.rb#L16-L21

This is the same as https://github.com/projectblacklight/blacklight_range_limit/issues/41 but in the AdvanceSearch this time.