Dexie Logo
Documentation

WhereClause.startsWithIgnoreCase()

Syntax

table.where(indexOrPrimKey).startsWithIgnoreCase(prefix)

Parameters

indexOrPrimKey: StringName of an index or primary key registered in Version.stores()
prefixPrefix to look for. Must be a string

Return Value

Implementation Details

This method is an extension to the standard indexedDB API and is implemented using an algorithm invented by David Fahlander. For more details, please read this article

© 2014-2025 Awarica AB

Made with love for great people.

Read Terms & Conditions and Privacy Policy.