Conversation
Add a "Boost rules" section to projects.md explaining URL pattern-based search ranking rules: pattern syntax, boost score behavior, specificity tie-breaking, and additive combination with page-level meta tags. Add a cross-reference in search.mdx pointing to the dashboard boost rules as an alternative to per-page biel:boost_score meta tags. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 28 minutes and 43 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Closes #12
What changed
docs/administration/projects.md(after Search filters), documenting theBoostRulemodel fields:pattern(regex matched against full URLs),boost_score(additive float), and tie-breaking behavior (longest match wins).docs/customization/search.mdxunder "Boost search results" pointing to the dashboard boost rules as an alternative to per-page meta tags.Source of truth
biel/apps/projects/models.py:197–217—BoostRulemodel (active,pattern,boost_score,position,project)biel/apps/projects/forms.py:430–460— form exposespatternandboost_scoreonlybiel/apps/projects/views/views.py:339–340— gated behindboost.enabledteam permissionbiel/apps/projects/parsers/url_parser.py:1619–1638— longest-match wins; returns0.0if no matchbiel/apps/projects/parsers/url_parser.py:1421— rule score adds to page-levelbiel:boost_scoreVerification