#Possible bug: deeply nested query attributes not properly parsed in admin?

1 messages · Page 1 of 1 (latest)

stoic lava
#

I have two relationship fields with complex filter options, but they both use the same filter on a deeply nested value. In one it works fine and properly parses the filter to be [foo][bar][baz] but in the other it leaves it as [foo.bar.baz]... is this a bug?

rapid monolithBOT
stoic lava
#

That's the broken one, here's the working one:

#

these where's are generated by the exact same resusable filter object

#

It seems like the main difference is it's one more level down in the where clause (these are complex nested "ands")

#

Whats more, the query that produces this API call in admin works totally fine in a local API find