-
-
Notifications
You must be signed in to change notification settings - Fork 641
WhereClause.startsWithIgnoreCase()
David Fahlander edited this page Nov 25, 2016
·
5 revisions
table.where(indexOrPrimKey).startsWithIgnoreCase(prefix)
indexOrPrimKey: String | Name of an index or primary key registered in Version.stores() |
prefix | Prefix to look for. Must be a string |
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
Dexie.js - minimalistic and bullet proof indexedDB library