Skip to content

IgnoreCase

Ujjwal Gupta edited this page Oct 23, 2018 · 1 revision

JavasScript is case sensitive, so is the IndexedDB. You can use option - 'IgnoreCase' to filter records with case insensitive.

e.g -

SELECT * FROM Customers where Country='meXico' ignoreCase

Note :- Table name should be As it is saved. IgnoreCase wont work for table name

Clone this wiki locally