projectblacklight / blacklight_advanced_search

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

Resolve longstanding deep_merge! bug #59

Closed atz closed 8 years ago

atz commented 8 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.