Also, If I click the ? button at the bottom left of the Open Quickly window I get this in a help window titled: MacOS User Guide
The selected content is currently unavailable
The content you selected can’t be displayed at this time. Try again later.
You may be experiencing one of the following issues:
The server may be unreachable.
Your school, business, or internet service provider (ISP) may be experiencing an outage.
The content may not exist.
If you still can’t view help content after trying again, contact Apple Support. You can also use the Apple Support app (available from the App Store) on iPhone or iPad.
I created and saved a new script titled OQTest, with the code below.
I then tried open quickly searches for:
“open quickly” – No result
“myQuestion” – No result
“OQTest” – found the script
use AppleScript version "2.4" -- Yosemite (10.10) or later
use scripting additions
set myQuestion to "will open quickly find this?"
set myOtherQuestion to "or will open quickly find this?"
I’m experiencing similar things here. When I examine the Script Debugger code, I see that Spotlight is returning no results to Script Debugger for applications which suggests to me that there is an indexing problem. Rebuilding my Spotlight index didn’t improve things so I began investigating a little further.
It appears that Script Debugger’s importer (which extracts description and content) for scripts is no longer being invoked. This command tests this:
/usr/bin/mdimport -d2 -t ~/Desktop/ETest.app
The result shows that only the system’s application importer (/System/Library/Spotlight/Application.mdimporter) is bing used:
Me and Shane will have to look into this some more to see if there is some way of getting the system to use our importer as well. Applications may be a protected species in the new macOS security scheme and this may no longer be possible.