> ## Documentation Index
> Fetch the complete documentation index at: https://docs.r28.ai/charter/llms.txt
> Use this file to discover all available pages before exploring further.

# Objects

> Every object and enum the Search tools accept.

## CommitSearchSort

<div className="enum-table">
  | Value            |
  | ---------------- |
  | `author-date`    |
  | `committer-date` |
</div>

## UserSearchSort

<div className="enum-table">
  | Value          |
  | -------------- |
  | `followers`    |
  | `repositories` |
  | `joined`       |
</div>

## IssueSearchSort

<div className="enum-table">
  | Value                     |
  | ------------------------- |
  | `comments`                |
  | `reactions`               |
  | `reactions-+1`            |
  | `reactions--1`            |
  | `reactions-smile`         |
  | `reactions-thinking_face` |
  | `reactions-heart`         |
  | `reactions-tada`          |
  | `interactions`            |
  | `created`                 |
  | `updated`                 |
</div>

## RepoSearchSort

<div className="enum-table">
  | Value                |
  | -------------------- |
  | `stars`              |
  | `forks`              |
  | `help-wanted-issues` |
  | `updated`            |
</div>
