parse-server icon indicating copy to clipboard operation
parse-server copied to clipboard

Unable to query rows with array keys which equals empty array []

Open hybeats opened this issue 5 years ago • 13 comments
trafficstars

Issue Description

Couldn't find a way to query rows with array keys equal to empty array. For example: I have class 'Shelf' with key 'books' type of Array I have 2 rows. First row has books = [ { Pointer }, { Pointer } ]. Second row has books = []

How do i query second row?

hybeats avatar Mar 16 '20 10:03 hybeats