Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/hex/src/lib/data/deps.ts>mongo.CollationOptions

An ecosystem delivering practices, philosophy and portability. Powered By Deno and JavaScript.
Latest
interface mongo.CollationOptions
import { type mongo } from "https://deno.land/x/hex@0.6.5/src/lib/data/deps.ts";
const { CollationOptions } = mongo;

Options for controlling the collation of strings in a query

Properties

locale: string
optional
caseLevel: boolean
optional
caseFirst: string
optional
strength: number
optional
numericOrdering: boolean
optional
alternate: string
optional
maxVariable: string
optional
backwards: boolean