Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface CollationOptions
import { type CollationOptions } from "https://deno.land/x/model@v1.2/dependencies/mongo.ts";

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