Custom DQL Query Result is Always Empty

Yep, I can confirm that using has(Person.firstName) works. The problem is the following.
func: uid(0x2) Returns a single object, and has(Person.firstName) returns an array. If you wanna just a single object you need to turn that query single instead of array.

1 Like