Introduction
Use $eq to find documents where a field exactly matches a value. It helps you get only the data you want.
When you want to find all users with the name 'Alice'.
When you need to get products priced exactly at 20 dollars.
When filtering orders with a status equal to 'shipped'.
When searching for employees in a specific department by ID.
When checking if a field matches a certain date.