Steps to reproduce:
- Search for
createLoggingMiddleware pino
,
- observe that it actually searches for
create Logging Middleware pino
- accept helpful suggestion to actually search for
createLoggingMiddleware pino
by clicking on it
- observe that it now searches for
"createLoggingMiddleware pino"
with quotes around the entire expression instead of just around createLoggingMiddleware pino
Expected behavior:
In step 4 I expected it to only add quotes around createLoggingMiddleware
, producing a new query that looks like this: "createLoggingMiddleware" pino
Debug info:
LibreWolf, Windows, EUROPE-WEST2
Image/Video:

This is just a minor ux issue for me since I am old enough to know how it works, but it might hassle users who doesn't realize or doesn't pay attention.