-
-
Notifications
You must be signed in to change notification settings - Fork 648
WhereClause.startsWithIgnoreCase()
David Fahlander edited this page Mar 28, 2014
·
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 |
Collection or WriteableCollection depending on table type
Dexie.js - minimalistic and bullet proof indexedDB library