Created
December 25, 2022 16:29
-
-
Save bwheeler96/c571b6953922a09a144f1cbe0997d24d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! 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