Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question