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
When I call GetItems like the example above by a given id movie, it returns it despite of the parentId filter. I give the parentId filter as 5b0d238e2f6d5609b709d7b76300e217 and it returns the movie from parentId 92ea7ccd163b3abe67f49f906e65f83b
That doesn't happens when I want to retrieve all movies (without the ids property). then it doesnt return movies from another parentId, it only returns movies from the given one 5b0d238e2f6d5609b709d7b76300e217
The text was updated successfully, but these errors were encountered:
lluisd
changed the title
getItems from getItemsApi by filtering by ids doesn't take care about parentId filter
getItems by the filters ids and parentId, doesn't apply the parentId filter
Feb 4, 2025
lluisd
changed the title
getItems by the filters ids and parentId, doesn't apply the parentId filter
getItems by the given ids and parentId, doesn't apply the parentId filter
Feb 4, 2025
When I call GetItems like the example above by a given id movie, it returns it despite of the parentId filter. I give the parentId filter as 5b0d238e2f6d5609b709d7b76300e217 and it returns the movie from parentId 92ea7ccd163b3abe67f49f906e65f83b
That doesn't happens when I want to retrieve all movies (without the ids property). then it doesnt return movies from another parentId, it only returns movies from the given one 5b0d238e2f6d5609b709d7b76300e217
returns the item from another parentId
The text was updated successfully, but these errors were encountered: