@ken-all/kenall
    Preparing search index...

    Type Alias BankSearchMatchMode

    BankSearchMatchMode: "prefix" | "contains"

    A BankSearchMatchMode tells how the search text is matched against the names and the kana readings of the records.

    Type Declaration

    • "prefix"

      Matches from the beginning of the name or the reading. This is the default, and is what suits an incremental narrowing UI.

    • "contains"

      Matches anywhere in the name or the reading.