projectblacklight / blacklight_advanced_search

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

Run without deprecations, in BL 5.15 #43

Closed jrochkind closed 8 years ago

jrochkind commented 8 years ago

Previous commits/releases removed some BL 5.12+ deprecation warnings.

But one code path still called the deprecated solr_search_params.

Refactored to avoid that, using the new BL 5.15 SearchBuilder adjusting methods (so this now requires 5.15, gemspec updated). In the process, made some really messy code a bit cleaner too, hooray for new features.

Additional changes related to deprecations:

jrochkind commented 8 years ago

Anyone want to code review? @jcoyne, @cbeer?

If I don't hear anything, and nobody tells me not to, then I may merge and release myself next week. (Feel free to tell me not to if you want me to wait longer for code review).