ποΈ Exercises: Basic types
These exercises demonstrate how Atlas Search handles the basic data types of boolean, date, number, and ObjectId. Each exercise isolates a specific data type and search operator.
ποΈ Exercises: Type mismatches
Atlas Search is quite type sensitive. The BSON type of each field is used to determine which index mapping type to use. And at query time, the search operator type of the value is used to determine which indexed type to query for a particular field/path name.
ποΈ Exercises: token type
Refer back to the string section above for details on configuring the token field type.