WhereClause.equalsIgnoreCase() - zuki/Dexie.js GitHub Wiki

Syntax

table.where(indexOrPrimKey).equalsIgnoreCase(key)

Parameters

indexOrPrimKey: String Name of an index or primary key registered in Version.stores()
key Key to compare with. Must be a string

Return Value

Collection or WriteableCollection depending on table type

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

⚠️ **GitHub.com Fallback** ⚠️