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

Add "conjunction" search option. #7

Closed brianreavis closed 10 years ago

brianreavis commented 10 years ago

Right now, the default behavior is to adjoin terms with OR. Allowing AND for better narrowing would be nice in some cases.

"conjunction": "and"

Related: https://github.com/brianreavis/selectize.js/issues/119

heruan commented 10 years ago

I agree, it should be available as an option also in Selectize.

joaquinmoreira commented 10 years ago

x2, it would be great to use that in Selectize