Browse Source

Add missing backticks in reference documentation.

Added the missing backticks in the table of supported aggregation operators.

Closes: #5104
Original Pull Request: #5113

Signed-off-by: Israel O. Oluwole <38155356+whizyrel@users.noreply.github.com>
pull/4831/merge
Israel O. Oluwole 1 week ago committed by Christoph Strobl
parent
commit
077280a705
No known key found for this signature in database
GPG Key ID: E6054036D0C37A4B
  1. 4
      src/main/antora/modules/ROOT/pages/mongodb/aggregation-framework.adoc

4
src/main/antora/modules/ROOT/pages/mongodb/aggregation-framework.adoc

@ -118,13 +118,13 @@ At the time of this writing, we provide support for the following Aggregation Op @@ -118,13 +118,13 @@ At the time of this writing, we provide support for the following Aggregation Op
| `abs`, `acos`, `acosh`, `add` (+++*+++ via `plus`), `asin`, `asin`, `atan`, `atan2`, `atanh`, `ceil`, `cos`, `cosh`, `derivative`, `divide`, `exp`, `floor`, `integral`, `ln`, `log`, `log10`, `mod`, `multiply`, `pow`, `round`, `sqrt`, `subtract` (+++*+++ via `minus`), `sin`, `sinh`, `tan`, `tanh`, `trunc`
| String Aggregation Operators
| `concat`, `substr`, `toLower`, `toUpper`, `strcasecmp`, `indexOfBytes`, `indexOfCP`, `regexFind`, `regexFindAll`, `regexMatch`, `replaceAll`, `replaceOne`, split`, `strLenBytes`, `strLenCP`, `substrCP`, `trim`, `ltrim`, `rtim`
| `concat`, `substr`, `toLower`, `toUpper`, `strcasecmp`, `indexOfBytes`, `indexOfCP`, `regexFind`, `regexFindAll`, `regexMatch`, `replaceAll`, `replaceOne`, `split`, `strLenBytes`, `strLenCP`, `substrCP`, `trim`, `ltrim`, `rtim`
| Comparison Aggregation Operators
| `eq` (+++*+++ via `is`), `gt`, `gte`, `lt`, `lte`, `ne`
| Array Aggregation Operators
| `arrayElementAt`, `arrayToObject`, `concatArrays`, `filter`, `first`, `in`, `indexOfArray`, `isArray`, `last`, range`, `reverseArray`, `reduce`, `size`, `sortArray`, `slice`, `zip`
| `arrayElementAt`, `arrayToObject`, `concatArrays`, `filter`, `first`, `in`, `indexOfArray`, `isArray`, `last`, `range`, `reverseArray`, `reduce`, `size`, `sortArray`, `slice`, `zip`
| Literal Operators
| `literal`

Loading…
Cancel
Save