Closed patroza closed 3 weeks ago
{ indexes: string[] } query(Q.where("indexes.-1", "startsWith", "a"))
(right now -1 means "any")
-1
we have it already for complex types:
{ indexes: { name: string }. [] } query(Q.where("indexes.-1.name", "startsWith", "a"))
I don't get the value of doing this, could you please fix the second example and/or provide a more meaningful example?
already works apparently... nothing to see here :D
(right now
-1
means "any")we have it already for complex types: