I made a Garmin Dev custom google search

Hey all,

I got annoyed with google results showing me non-developer topics when searching connectiq related development stuff.

Google has a neat feature called Programmable Search Engines, so I made one that searches the dev forums and the official docs, and threw it into cloudflare pages.

Feel free to use it, I found it super useful!

https://garmindev.pages.dev/

And to add it as a custom search engine in chrome / keyword bookmark in firefox, it accepts query keywords using the standard ?q=
(%s being the query string)

https://garmindev.pages.dev/?q=%s

Enjoy!