boazsender / backbone.search

Quick search plugin for backbone collections using the Quicksilver string ranking algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't set score property on model

iros opened this issue · comments

This can interfere with future searches and will require an extra iteration over all models to unset the property before performing a new search.
Just return a new array.