DroidWorksStudio / mLauncher

Minimal Launcher app for Android. Customized olauncher as I just started learning kotlin .
GNU General Public License v3.0
253 stars 26 forks source link

[Question] Is there any way to disable fuzzy search #425

Closed emithethief closed 4 months ago

emithethief commented 4 months ago

Checklist

What is/are your question(s)?

Hello. Is there any way to disable fuzzy search and have case-insensitive accurate search, just as in base OLauncher and OLauncherCF? If there is currently no way to do that, would you consider re-implementing this feature?

Fuzzy finding is a plague that should not be forced upon users and should only be a toggable option. I know the name of my apps, I don't want another one to open that has no character in common with what I typed, and I do not want to capitalise my search.

Thank you very much for your time and consideration.

Additional information

Love yourself

Terms and Conditions

Gitbot-Actions commented 4 months ago

👋 Thanks for reporting!

We will get back to you soon about this issue.

HeCodes2Much commented 4 months ago

Set filter strength to 0 and it will default to the old way.

This was also asked in an issue last week. Please check issues in the future.