Martin Broerse
Martin Broerse
It is hard to know if there is any interest if people can't find sifter on [TSD](http://definitelytyped.org/tsd/) :smile:
We use this: ``` javascript sifter = new Sifter(input); if (!sort) { sifter.getSortFunction = function() { return null; }; } result = sifter.search(query, options); ``` in [ember-cli-filter-by-query](https://github.com/lazybensch/ember-cli-filter-by-query/blob/master/addon/util/filter.js)
@alpha-cast Many people searched for it and didn't find it so I don't think it is to obvious. So perhaps you are not pedantic :smile: It would be great if...
Super! If you need help with github please let me know.
I see options has a `score` param? Perhaps I only need docs to do this.
Yes! I found a way. https://github.com/brianreavis/selectize.js/issues/196#issuecomment-117247838 Is it the way and should we document it?
@rwwagner90 Version 3.12.5
It seems we need something like this to do it: https://github.com/jugglinmike/srcdoc-polyfill/blob/master/srcdoc-polyfill.js
Yes! There is now an official npm version. Perhaps we can include it now? https://www.npmjs.com/package/srcdoc-polyfill
@Gaurav0 I am not an expert but this `sandbox="allow-scripts allow-same-origin"` http://jsfiddle.net/wUvrF/1/ works in Edge.