atom / fuzzaldrin

Fuzzy filtering and string scoring
MIT License
319 stars 28 forks source link

Add support for filtering by multiple keys #30

Closed mdeboer closed 5 years ago

mdeboer commented 7 years ago

When working on my Alfred workflow for Atom that uses fuzzaldrin for text matching, I found that it lacked support to filter by multiple keys on objects. I managed by copying and modifying the filter code quite easily though I couldn't help but offer the same changes to fuzzaldrin.

cliffordfajardo commented 7 years ago

I was also looking to query to filter by multiple keys in my app using fuzzaldrin.