I am filtering a “news” content type to remove the one that has no associated projects :
{ projects: { ‘$notNull’: true }
It works… until I have one associated project that is a draft.
In this case, the project isn’t technically null, but it is null in the response.
Is there a way to filter it out without having to rely on a lifecycle ?
Thanks
This topic has been created from a Discord post (1252230213366972448) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord