Solr provides a "Retain current filters" checkbox. Currently the module ignores this option, resetting all the filters even if it's checked. Here's a patch to make the checkbox work.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1558572-retain-current-filters.patch | 730 bytes | gcassie |
Comments
Comment #1
gcassie commentedPatch attached.
Comment #2
traviscarden commentedThat does the trick. Thank you!
Comment #3
yngens commentedCommitted. Thanks!