projectblacklight / blacklight_advanced_search

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

Fix local_params_hash method fails field_def is nil. #106

Closed dkinzer closed 4 years ago

dkinzer commented 4 years ago

If field_def is nil then field_def[foo] throws no method [] defined for nil error. This change fixes that issue.