You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[x ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
Ngx-pipes version: 2.7.5
Current behavior
filterBy doesn't work with nested properties within arrays. Likely affects other Array pipes that use the extractDeepPropertyByMapKey and extractDeepPropertyByParentMapKey methods.
Expected behavior
Filter should work
Minimal reproduction of the problem with instructions
Using a slightly modified example from the documentation:
I'm submitting a ... (check one with "x")
Current behavior
filterBy doesn't work with nested properties within arrays. Likely affects other Array pipes that use the extractDeepPropertyByMapKey and extractDeepPropertyByParentMapKey methods.
Expected behavior
Filter should work
Minimal reproduction of the problem with instructions
Using a slightly modified example from the documentation:
we should be able to filter by nested properties within arrays, eg:
Angular version: 10.0.14
Node (for AoT issues):
node --version
= 12.18.2The text was updated successfully, but these errors were encountered: