Replies: 1 comment
-
Just adding a potential workaround in case anyone comes across this on Google:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using extra attributes to set a flag on a model e.g.
However, if I run this query:
it is only returning models which have these 'purged' extra attributes already set. In other words, I want to return models where purged is false OR has not been set at all.
Is there a way to do this?
Beta Was this translation helpful? Give feedback.
All reactions