Closed Supermac30 closed 2 years ago
I'm not sure why this is happening, but I suspect that it has something to do with the fact that RecipeCollection only filters when its iterator is used.
I think that is true. Sorting and filtering recipes happen inside the iterator() so it sorts or filters when the iterator() is called.
This is fixed in pull request #95
I'm not sure why this is happening, but I suspect that it has something to do with the fact that RecipeCollection only filters when its iterator is used.