Is there a way to search kotlin docs outside of th...
# random
r
Is there a way to search kotlin docs outside of the webpage proper? Normally, I would just setup a chrome search engine, but I guess the search bar on kotlinlang.org is some kind of script that performs the search dynamically
s
good ol’
site:<http://kotlinlang.org|kotlinlang.org>
should work fine
r
I guess.. I just wanted to get straight to a result page if it existed. For example, I can type
r androiddev
in my url bar on chrome and it takes me straight to
<http://reddit.com/r/androiddev|reddit.com/r/androiddev>
it’d be nice to be able to type
kotlin coroutines
and go straight to the coroutines documentation
s
<https://kotlinlang.org/docs/reference/?q=%s&p=0>
should do the trick
r
ah, I didn’t know if that would work very cleanly when I didn’t know precisely the name of it. I’ll give that a shot, thanks
s
the sorting is decidedly not the best though
setting up your shortcut to use google would potentially yield more relevant results
but that’s up to you
r
ok, I’ll play with it, thanks
👍 1