applications-menu icon indicating copy to clipboard operation
applications-menu copied to clipboard

Accent Insensitive searching in Apps menu (collation?)

Open megatux opened this issue 7 years ago • 4 comments

Example: searching for "mouse" settings in Spanish ("ratón") if I type "raton" it does not get a match:

app menu search

megatux avatar Oct 01 '18 16:10 megatux

Because this is using libsynapse, I installed Synapse bar application and checked this and looks like has the same issue. No accent insensitive search.

megatux avatar Oct 31 '18 03:10 megatux

This should involve use collate somewhere

https://valadoc.org/glib-2.0/string.collate.html

any hint?

albfan avatar Dec 13 '18 15:12 albfan

Yes, I think you should check the libsynapse code https://github.com/elementary/applications-menu/blob/master/src/Backend/SynapseSearch.vala https://github.com/elementary/applications-menu/blob/master/lib/synapse-plugins/ https://github.com/elementary/applications-menu/tree/master/lib/synapse-core

megatux avatar Dec 17 '18 13:12 megatux

I'm having this problem too, I never accentuate using search because I usually want to open the app fast. Every other app launcher I used on Linux is accent insensitive.

pedrofleck avatar Nov 23 '19 18:11 pedrofleck