S
S
Semyon Andropov2015-10-05 16:55:44
JavaScript
Semyon Andropov, 2015-10-05 16:55:44

Indexeddb case insensitive query, how?

Good afternoon!
I have an indexeddb database, I have data in it, for example:
"Vasya
VASIA
Vasya
SVETA"
I make a request to the database and get the data lowerBoundKeyRange = IDBKeyRange.lowerBound("Vasya");
Naturally, as a result, I will not get anything. How to make a case-insensitive query to get "Vasya and Vasya and Vasya" at the output?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question