I recently made a custom bang to speed up GPT search with Kagi, specifically about language construction.
In this I often ask Kagi "Is the following correct <sentence in language>?", to give me feedback on my Chinese. I made a bang for this called !cor
So instead of writing "Is the following correct 大家好?" I write "!cor 大家好". This works well, however I can not modify this bang anymore, without it cutting off my URL at the first space
Settings:
"Search engine name": "Kagi: Is the following correct?"
"URL": "https://kagi.com/search?q=Is the following correct %s%3F"
"Bang shortcut": "cor"
"Domain for Snaps": ""
"Shortcut Menu": Yes
"Open Base Path": No
"URL Encode Query": Yes
This saves correctly. However upon opening the settings for this bang again the URL has changed to:
"URL": "https://kagi.com/search?q=Is"
Stripping the URL of anything after the first space!
I'd expect the URL field not to strip everything following a space, and remembering the setting I originally set it to (as it does the first time)