brianreavis / sifter.js

A library for textually searching arrays and hashes of objects by property (or multiple properties). Designed specifically for autocomplete.
1.09k stars 125 forks source link

Fixes #26 : Allow nested value evaluation #37

Closed TFleury closed 8 years ago

holic commented 8 years ago

This is looking good. :+1:

Can you add matching tests?

holic commented 8 years ago

Actually, I'm going to close this in favor of https://github.com/brianreavis/sifter.js/pull/27 as it is a slightly more performant implementation, optionally enabled, and has matching tests/docs. Thanks for the PR!