Skip to content

Instantly share code, notes, and snippets.

@ox
Last active February 8, 2024 16:39
Show Gist options
  • Save ox/65c36c8b21ff1acaf99a4fe69fd311b7 to your computer and use it in GitHub Desktop.
Save ox/65c36c8b21ff1acaf99a4fe69fd311b7 to your computer and use it in GitHub Desktop.
Optic for Stract search engine to boost golang docs for queries that start with go or golang
Rule {
Matches {
Domain("pkg.go.dev")
}
Action(Boost(10))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment