> ## 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.

## Model tree

<div className="model-tree"><div className="model-tree-scroll"><div className="tree-node"><a href="#searchissuesvariables">SearchIssuesVariables</a></div><div className="tree-node"><a href="#searchprojectsvariables">SearchProjectsVariables</a></div><div className="tree-node"><a href="#searchdocumentsvariables">SearchDocumentsVariables</a></div></div></div>

## SearchIssuesVariables

Variables for `searchIssues`.

<div className="reference-table">
  | Field                                                        | Type                                                                           | Description                                                                                                                       |
  | ------------------------------------------------------------ | ------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------- |
  | `first`                                                      | `integer`                                                                      | How many results to return. Linear returns 50 by default. <span className="field-constraints">≥ 1; ≤ 250; defaults to `50`</span> |
  | `after`                                                      | `string`                                                                       | The `endCursor` from the previous page's `pageInfo`, to fetch the next page.                                                      |
  | `term` <span className="required" title="required">\*</span> | `string`                                                                       | The text to search for.                                                                                                           |
  | `teamId`                                                     | `string`                                                                       | Restrict the search to one team's items, by UUID.                                                                                 |
  | `includeComments`                                            | `boolean`                                                                      | Search comment text as well as titles and descriptions.                                                                           |
  | `includeArchived`                                            | `boolean`                                                                      | Include archived items in the results.                                                                                            |
  | `orderBy`                                                    | [PaginationOrderBy](/charter/charter/packs/linear/workspace/objects#paginationorderby) | Sort by 'createdAt' or 'updatedAt'.                                                                                               |
  | `filter`                                                     | [IssueFilter](/charter/charter/packs/linear/issues/objects#issuefilter)                | Narrow the search further, on top of the text match.                                                                              |
</div>

## SearchProjectsVariables

Variables for `searchProjects`.

<div className="reference-table">
  | Field                                                        | Type                                                                           | Description                                                                                                                       |
  | ------------------------------------------------------------ | ------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------- |
  | `first`                                                      | `integer`                                                                      | How many results to return. Linear returns 50 by default. <span className="field-constraints">≥ 1; ≤ 250; defaults to `50`</span> |
  | `after`                                                      | `string`                                                                       | The `endCursor` from the previous page's `pageInfo`, to fetch the next page.                                                      |
  | `term` <span className="required" title="required">\*</span> | `string`                                                                       | The text to search for.                                                                                                           |
  | `teamId`                                                     | `string`                                                                       | Restrict the search to one team's items, by UUID.                                                                                 |
  | `includeComments`                                            | `boolean`                                                                      | Search comment text as well as titles and descriptions.                                                                           |
  | `includeArchived`                                            | `boolean`                                                                      | Include archived items in the results.                                                                                            |
  | `orderBy`                                                    | [PaginationOrderBy](/charter/charter/packs/linear/workspace/objects#paginationorderby) | Sort by 'createdAt' or 'updatedAt'.                                                                                               |
</div>

## SearchDocumentsVariables

Variables for `searchDocuments`.

<div className="reference-table">
  | Field                                                        | Type                                                                           | Description                                                                                                                       |
  | ------------------------------------------------------------ | ------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------- |
  | `first`                                                      | `integer`                                                                      | How many results to return. Linear returns 50 by default. <span className="field-constraints">≥ 1; ≤ 250; defaults to `50`</span> |
  | `after`                                                      | `string`                                                                       | The `endCursor` from the previous page's `pageInfo`, to fetch the next page.                                                      |
  | `term` <span className="required" title="required">\*</span> | `string`                                                                       | The text to search for.                                                                                                           |
  | `teamId`                                                     | `string`                                                                       | Restrict the search to one team's items, by UUID.                                                                                 |
  | `includeComments`                                            | `boolean`                                                                      | Search comment text as well as titles and descriptions.                                                                           |
  | `includeArchived`                                            | `boolean`                                                                      | Include archived items in the results.                                                                                            |
  | `orderBy`                                                    | [PaginationOrderBy](/charter/charter/packs/linear/workspace/objects#paginationorderby) | Sort by 'createdAt' or 'updatedAt'.                                                                                               |
</div>
