For AI agents: a documentation index is available at https://www.mongodb.com/docs/llms.txt — markdown versions of all pages are available by appending .md to any URL path.
Docs Menu

How to Index Boolean Fields

Use the MongoDB Search boolean field type to index true and false values. After you index a field as boolean, you can query it using the equals and in operators, and sort results by the indexed field.