WhereClause.startsWithIgnoreCase()

Syntax

table.where(indexOrPrimKey).startsWithIgnoreCase(prefix)

Parameters

indexOrPrimKey: String

Name of an index or primary key registered in Version.stores()

prefix

Prefix to look for. Must be a string

Return Value

Collection

Implementation Details

This method is an extension to the standard indexedDB API and is implemented using an algorithm invented by David Fahlanderarrow-up-right. For more details, please read this articlearrow-up-right