Find products with no tags in the tag array? #169
-
I tried this:
but to fish. |
Beta Was this translation helpful? Give feedback.
Answered by
rodrigoddalmeida
Mar 7, 2023
Replies: 1 comment
-
Hi @haf, your query looks correct, you can also use a short-handed version, like: {
"tags": { "$size": 0 }
} It should work on both Frontend and Backend APIs. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rodrigoddalmeida
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @haf, your query looks correct, you can also use a short-handed version, like:
It should work on both Frontend and Backend APIs.