I use Vivaldi as my browser (due to primarily being a Windows/Android user), and would also love to see this feature! @Vlad As I understand it, it's the Kagi autosuggest API that would need to be updated to support this in more cases, right? For instance, in Vivaldi's search engine settings, my Kagi "Suggest URL" is set to https://kagi.com/api/autosuggest?q=%s
and an example of a request and current response looks like this:
Request:
https://kagi.com/api/autosuggest?q=50*3
Response:
[
"50*3",
[
"50*3",
"50*30",
"50*365",
"50*35",
"50*300",
"50*32",
"50*31",
"50*33",
"50*38",
"50*37"
]
]