push
github
Build: Fix deranking of blog posts in Typesense search index Follows-up 5f810e57c4. It set the page_rank low correctly, but the order matters. First match decides. I based this on https://github.com/jquery/jqueryui.com/blob/b53c29bcf/docsearch.config.json, where the important one is listed first, but I failed to realize that the order isn't sensitive there since the content is on two separate domains. For us the order matters as one is a subset of the other.
1865 of 2061 relevant lines covered (90.49%)
3520.15 hits per line