Operator Reference
Complete reference documentation for filtering, ranking, and searchable fields.
This section provides detailed technical specifications for Bounty Lab’s search and filtering capabilities.
Filter Operators
Section titled “Filter Operators”Complete reference for all available filter operators including equality, comparison, pattern matching, and composite filters.
View Filter Operators Reference
Ranking Formulas
Section titled “Ranking Formulas”Documentation for the rankBy expression language, available operations, and attributes for custom ranking.
View Ranking Formulas Reference
Repository Fields
Section titled “Repository Fields”All searchable and filterable fields available for repository searches, including field types and capabilities.
View Repository Fields Reference
User Fields
Section titled “User Fields”All searchable and filterable fields available for user searches, including field types and full-text search weights.
Quick Reference
Section titled “Quick Reference”Filter Operators Summary
Section titled “Filter Operators Summary”| Category | Operators |
|---|---|
| Equality | Eq, NotEq, In, NotIn |
| Comparison | Lt, Lte, Gt, Gte |
| Pattern | Glob, NotGlob, IGlob, NotIGlob, Regex |
| Array | Contains, NotContains, ContainsAny, NotContainsAny |
| Full-Text | ContainsAllTokens |
| Composite | And, Or, Not |
RankBy Attributes
Section titled “RankBy Attributes”| Attribute | Description |
|---|---|
ann | Vector similarity score (0-1) |
stars | Repository star count |
issues_closed | Total closed issues |
age | Days since creation |
recency | Days since last update |