Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

An ecosystem delivering practices, philosophy and portability.
Go to Latest
interface mongo.CollationOptions
import { type mongo } from "https://deno.land/x/hex@0.5.15/src/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