Skip to content

Instantly share code, notes, and snippets.

@bwheeler96
Created December 25, 2022 16:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bwheeler96/c571b6953922a09a144f1cbe0997d24d to your computer and use it in GitHub Desktop.
Save bwheeler96/c571b6953922a09a144f1cbe0997d24d to your computer and use it in GitHub Desktop.
! name: Mycology
! description: Rerank search to only source from legitimate mycological resources.
! public: true
! author: Brian
! Remove results not matching any other rule
$discard
! Generic boosting
*mycology*$boost=1
! Boost some results
$boost=3,site=mykoweb.com
$boost=3,site=mushroomexpert.com
$boost=1,site=wikipedia.org
! Exclude ecommerce results
/shop/$discard
/store/$discard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment