when I input j and [Tab] in input blank, there occurs an error
A JavaScript error occurred in the main process
Uncaught Exceptions
Error: Error while trying to autocomplete. No plugin found for the search result item at t.SearchEngine.autoComplete (C:\Program
Files\ueli\resources\app.asar\bundle\main,js:34: 125752)
at lpcMainlmpi<anonymous. (C:\Program
Files\ueli\resources\app.asar\bundle\main.js:1 9.8O288)
at IpcMainImpI.emt (events.js:210:5)
at WebContents. <anonymous> (electron/js2c/browser initjs:3908:1 5)
at WebContents.emit (events.js:21 0:5)
ueli version: 8.8.2
@jygzyc Can you provide a gif of the error ?
I'd recommend using this lite software https://www.screentogif.com
@AmrBinBashir Sorry for seeing it so late. Then I will have a try
@AmrBinBashir Sorry for seeing it so late. Then I will have a try

@jygzyc I think I know what causes the issue.
In the gif you sent me, I am guessing that first search result was flash-player which is from control-panel plugin.
I'll submit a PR to fix.
@jygzyc I think I know what causes the issue.
In the gif you sent me, I am guessing that first search result was flash-player which is a from control-panel plugin.
I'll submit a PR to fix.
Yes, there was "flash-player which is a from control-panel plugin"
@jygzyc Okay, I submitted a PR to fix, until it is approved, don't try to use Tab on results from control-panel-plugin.
The keybinding Tab autocompletes the path of folders or files into the search input so you can use the File-Browser plugin.
Control-panel results kinda don't have paths and thus would throw an error so I would try to avoid using Tab when a control-panel plugin is selected.
@AmrBinBashir Okay, I see. I would not use Tab until fixed it.
Accidentally closed this issue. A bugfix will be available in the next release.
Thanks @AmrBinBashir
This issue should be closed now since it is fixed in the latest update.