You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have entries with a Neo field. I need to list the entries whose Neo field has a specific subfield which is empty. Eg: entry.neoField.someBlock.fieldOfInterest is empty.
I can test if the Neo field is empty of blocks or not, but I can't figure out if there's a way to delve deeper than that on the initial query. This is the kind of query formatting I tried:
What question would you like to ask?
I have entries with a Neo field. I need to list the entries whose Neo field has a specific subfield which is empty. Eg:
entry.neoField.someBlock.fieldOfInterest is empty
.I can test if the Neo field is empty of blocks or not, but I can't figure out if there's a way to delve deeper than that on the initial query. This is the kind of query formatting I tried:
Is that possible in some way?
The text was updated successfully, but these errors were encountered: