Hi,
In the following situation, I don’t understand why ember-data at each call of store.filter('type', {}, function() {...})
the cycles over the model change.
Complete JSFiddle situation can be found here.
Just watch your console or test it out, for example removing the query
parameter ({}
) from different calls, and watch how the cycles change.
I think that this behavior is strange or uncorrect.
Shouldn’t the cycles stay always the same? The records doesn’t become dirty while sideloaded from server and performing the filter or even while filtering them on the current store (which loaded).
Thanks