The issue is on mac, when the language isn't english, that users cannot find apps. The change is that we no longer use kind:app instead we use the long canonical form com.apple.application-*.
Changes:
The long canonical form includes slightly more apps (~10 more on my computer)
We no longer use mdfind to pre-filter based on a name, mostly because I couldn't figure out the syntax, so we rely more on fuzzyfind so we sometimes get more results (see the test changes) (which might be a good thing!)
The issue is on mac, when the language isn't english, that users cannot find apps. The change is that we no longer use
kind:app
instead we use the long canonical formcom.apple.application-*
.Changes:
mdfind
to pre-filter based on a name, mostly because I couldn't figure out the syntax, so we rely more onfuzzyfind
so we sometimes get more results (see the test changes) (which might be a good thing!)reviewer: @twang2218
cc:@chrishelgert and @danielbayerlein