Introduction
The Exists query helps you find documents that have a specific field filled in. It ignores documents where that field is missing.
You want to find all users who have provided their email address.
You want to list products that have a price set.
You want to filter blog posts that have an image attached.
You want to check which orders have a tracking number recorded.