Olauncher icon indicating copy to clipboard operation
Olauncher copied to clipboard

Prioritize exact matches over subset matches in keyboard search

Open dev-shetty opened this issue 1 year ago • 0 comments

Problem:

If I type a word that is a subset of another word, on pressing enter it goes to the first result

Expected behavior:

It should check if an app with the exact word exists, if not then go for the first result

Example:

I have 2 apps on my phone. X and Expo Go When I type X and press enter, it opens Expo Go because Expo Go comes first in results, rather it should open X.

Video Demo:

https://github.com/user-attachments/assets/fe81b169-f7c8-40c3-8426-212e8c7644ed

dev-shetty avatar Oct 11 '24 11:10 dev-shetty