familyfriendlymikey / fuzzyhome

A Chrome extension that turns your new tab page into a fuzzy finding command palette.
https://chrome.google.com/webstore/detail/fuzzyhome/lbnndgaohjkpbaekakcdfeiacagfcinf
32 stars 3 forks source link

Google search not working in production version #16

Closed yoleuh closed 2 weeks ago

yoleuh commented 2 weeks ago

When entering a query that is not a bookmark, it redirects to https://www.google.com/webhp

Does not happen on local build

familyfriendlymikey commented 2 weeks ago

Ah crap, what is the default bang set to? It must still have the ! in it or something which is the deprecated syntax.

I didn't push a new version for so long since I was worried about something like this, but in the end it still makes more sense to push..

familyfriendlymikey commented 2 weeks ago

To be clear, the default bang should now be

https://www.google.com/search?q=$0
yoleuh commented 2 weeks ago

Oh i forgot about that, i still had the old syntax, i changed the default bang and its working. My bad for the false issue

familyfriendlymikey commented 2 weeks ago

No, thank you, the issue is valid because other users will experience this problem but most of them probably aren't going to make an issue here. I'll fix it real quick.

familyfriendlymikey commented 2 weeks ago

0a2d5e1a40d0aa583eea404481ea22ebf0284a11 should fix it