projectblacklight / blacklight_advanced_search

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

Resolve longstanding deep_merge! bug #77

Closed cbeer closed 7 years ago

cbeer commented 7 years ago

Fixes #55.

Use mainline Rails deep_merge with a block.

Massively more robust testing, including running the deep_merge! tests with HashWithIndifferentAccess objects to allay concerns about that class' incompatibility.

Added docs.