# core/ids/search.ids.ts

> 4 lines of code and 4 definitions.

Tree: Site tree
Language: typescript
Layer: infrastructure
Canonical: https://banes-lab.com/anatomy/tree#file-core-ids-search-ids-ts
Source text: https://banes-lab.com/assets/sources/source.561dc5bc69815fa0e53dd468707bdf976a56592b2aedd1550d1c83e547f91cda.generated.txt

## Definitions

- `SEARCH_USE_SECTION_ID` (lexical_declaration, line 1, exported)
- `SEARCH_ORDER_SECTION_ID` (lexical_declaration, line 3, exported)
- `SEARCH_EMPTY_SECTION_ID` (lexical_declaration, line 5, exported)
- `SEARCH_DEFINITIONS_SECTION_ID` (lexical_declaration, line 7, exported)

## Source

```typescript
export const SEARCH_USE_SECTION_ID = "how-search-works";

export const SEARCH_ORDER_SECTION_ID = "results-follow-the-teaching";

export const SEARCH_EMPTY_SECTION_ID = "no-results";

export const SEARCH_DEFINITIONS_SECTION_ID = "matching-definitions";
```
