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

Disable Sort #22

Open broerse opened 9 years ago

broerse commented 9 years ago

My input is sorted by date. Is it possible to set a flag to disable sort and leave the output sorted by date? Can't find it in the docs. Perhaps don't set sortField and set score to no?

broerse commented 9 years ago

I see options has a score param? Perhaps I only need docs to do this.

broerse commented 9 years ago

Yes! I found a way. https://github.com/brianreavis/selectize.js/issues/196#issuecomment-117247838

Is it the way and should we document it?