Irene Ros
Irene Ros
If they want to have capitalization sensitive search they should be able to do so.
Right now calling toJSON and performing a search on that could be much more costly than is necessary.
It should be a dependency under libs that gets included. In grunt, have two builds - one just for backbone.search and one that includes dependencies, but it shouldn't be in...
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.
When attempting to perform a search with a text field argument such as :author => 'steven lee myer' in article.rb you split that to result in the query looking like:...