improve search matching significantly for special characters and characters that look similar to latin characters #750

Closed
opened 2026-04-05 16:25:57 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @loukylor on 9/13/2024

searching using characters in other scripts should see slight improvements, but i dont expect much difference

these improvements apply to the friends list and sidebar friends list. because other tabs use sqlite's native pattern matching, i can't improve on those. in order to improve them in the future we would have to store cleaned versions of values we'd like to search. the most benefit would be on displayname. however, even with that we would not be able to use the localeIncludes method i made, leaving some room for improvement.

*Originally created by @loukylor on 9/13/2024* searching using characters in other scripts should see slight improvements, but i dont expect much difference these improvements apply to the friends list and sidebar friends list. because other tabs use sqlite's native pattern matching, i can't improve on those. in order to improve them in the future we would have to store cleaned versions of values we'd like to search. the most benefit would be on displayname. however, even with that we would not be able to use the `localeIncludes` method i made, leaving some room for improvement.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/VRCX#750