meteorhacks / search-source

Reactive Data Source for Search
MIT License
146 stars 33 forks source link

Fixed a bug in SearchSource.prototype._updateStore. Resolves #7, #15 #16

Closed woniesong92 closed 9 years ago

woniesong92 commented 9 years ago

The problem was _.difference was not working correctly to compare id objects. I fixed the issue by comparing id strings instead when deciding which items to remove from the client database.

woniesong92 commented 9 years ago

this fixes the bug described in #7 and #15

woniesong92 commented 9 years ago

done

woniesong92 commented 9 years ago

thanks

woniesong92 commented 9 years ago

Can this be merged?

woniesong92 commented 9 years ago

Last changes made. Can this be merged so other people can use this package?

arunoda commented 9 years ago

Thanks. Merged with some changes. Released as: 1.3.1