Skip to content

Expression Operator Overview

Fluxion mirrors MongoDB aggregation operators so you can compose complex transformations inside $project, $addFields, $group, and other stages. Browse the categories below, then use the sidebar for the complete alphabetical list.

Comparison & Logic

Math & Numeric

Array Utilities

String Processing

Date & Time

  • Conversion and extraction: $toDate (covers $year, $month, $week, etc. through options).
  • Differences and arithmetic: $add with date operands, $subtract, and $convert.

Type & Object Utilities

Special Execution

  • $function for JavaScript-style custom logic with body, args, and optional lang.

Looking for something specific? Use the search box or the alphabetical list in the sidebar to jump straight to the operator you need.