-
-
Notifications
You must be signed in to change notification settings - Fork 641
WhereClause.startsWithAnyOfIgnoreCase()
David Fahlander edited this page Feb 24, 2016
·
8 revisions
- THIS METHOD IS PART OF NEXT RELEASE v1.3.0. CAN BE PREVIEWED IN BRANCH "es6" *
table.where(indexOrPrimKey).startsWithAnyOfIgnoreCase(array) or
table.where(indexOrPrimKey).startsWithAnyOfIgnoreCase(str1, str2, strN, ...)
indexOrPrimKey: String | Name of an index or primary key registered in Version.stores() |
array | Array of prefixes (strings) to look for |
str1, str2, strN | Prefixes (strings) to look for |
Collection or WriteableCollection depending on table type
Dexie.js - minimalistic and bullet proof indexedDB library