localForage / localForage/localForage-startsWith
if a unicode in the key the result is not right
Open
- Dominant language
- JavaScript
- Stars
- 24
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
For example, I write a key as `a\tb\t中文`, then `keysStartingWith("a\tb\t")` doesn't return the result containing my key.
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the example with a key containing tabs and Chinese characters, then trace the keysStartingWith("a\tb\t") entry point. Check how Unicode keys are stored and matched, and verify that the result includes the original key after the fix.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- database
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100