fraci
    Preparing search index...

    Type Alias PrismaFraciFieldOptions<Group, Mode>

    PrismaFraciFieldOptions: {
        binary: PrismaFraciFieldOptionsBinary<Group>;
        string: PrismaFraciFieldOptionsString<Group>;
    }[Mode]

    The options for the fractional index fields.

    Type Parameters

    • Group extends string = string

      The type of the name of the group fields

    • Mode extends "binary" | "string" = "binary" | "string"
    { group: ["userId", "title"], lengthBase: "0123456789", digitBase: "0123456789" }