-
-
Notifications
You must be signed in to change notification settings - Fork 47
Add proper T9 input support #364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…h-toggle Add T9 search option and tests
|
Hello @RichardHum ! Thanks for this cool addition 👍 I've changed the merge base to Please let me know me if you have any difficulty resolving the conflict, I'm happy to help! |
…ction Optimize T9 digit filtering
|
Ah I should have read the documentation more closely. Since the WDS is so large, I'm working on some optimizations before submitting this for final review. |
Add cached T9 digit mapping for catalog searches
|
I added caching on the T9 letter->number mapping so it only needs to run once during the search. Should be ready to merge now. |
This PR adds in proper T9 search, as compared to the current multi-tap approach. I've tested it and I haven't encountered any issues.