If I enter a multi-word prompt separated by spaces, the resultant Kagi URL will be something like https://kagi.com/search?q=test test+test
, before redirecting to https://kagi.com/search?q=test+test+test
. This behavior only occurs on the first space in a given query, and seems to have started 1.5 weeks ago.
I would expect the query to resolve immediately to all spaces being replaced with "+". I'm not sure how serious of an issue this is but it seems like irregular/undefined behavior, since as above only the first space does this.