Hi, Yoom.
As `oxTrustEmail` contains a json object, which is a string from the LDAP server's point of view, it's not surprising you can't get a response for those 3 filters. Only the last one, which asks for a sub-string in the middle of some value is expected to work.
Regarding how to tackle it (I assume this json format is needed by some of your workflows, so you can't change it to simply contain email of the user) - if you are using CR to pull in your user entries from some backend, you could use another attribute to store just user's email address. You could populate this attribute through CR's mappings, or CR custom script.
Best regards,
Alex.