AmpersandJS / ampersand-filtered-subcollection

Filterable, sortable, proxy of a collection that behaves like a collection.
MIT License
11 stars 7 forks source link

Should run collection methods on collection #32

Closed bryanspears closed 3 years ago

bryanspears commented 7 years ago

If not, and you have a subcollection as the collection, then you get infinite recursion and a bad time.

This fixes a serious issue that appears when you filter a paginated subcollection or vise-versa.

bryanspears commented 7 years ago

Addresses https://github.com/AmpersandJS/ampersand-paginated-subcollection/issues/12

Which affects both subcollection modules.