Sorry for my poor English.
I have found and read these answers:
I know the query in indexedDB like this:
var range = IDBKeyRange.bound(string, string + '\uffff');
For example, there is a data name 'wake up', I can found it by the keyword 'wake', but how can I found it by the keyword 'up'?