- Optimize search to ignore on empty string (#43)
Warning: This is a potential breaking change if you were relying on the fact that searching by an empty string would filter out nil
values. Since this isn't considered to be the expected behaviour, this change was treated as a bug fix.