itemsapi / itemsjs

Extremely fast faceted search engine in JavaScript - lightweight, flexible, and simple to use
Apache License 2.0
346 stars 41 forks source link

Do exact string match for filters when data is a string. #45

Closed Letrab closed 5 years ago

Letrab commented 5 years ago

Do an exact string match when the data is a string. _.includes would do a partial string match.

Fixes #36

Letrab commented 5 years ago

If okay, please bump the version and push to npm if possible.

Thanks!

cigolpl commented 5 years ago

Looks good! New version pushed to npm