> For the complete documentation index, see [llms.txt](https://docs.woohoo.dance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.woohoo.dance/ajax-filters/elements/ajax-search-term.md).

# Ajax Search Term

**Displays what the user is currently searching for.**

**Content > Query Settings**

| Setting        | Description                |
| -------------- | -------------------------- |
| **Query Name** | Must match your Main Query |

**Content > General Settings**

| Setting             | Description                      |
| ------------------- | -------------------------------- |
| **Format Text**     | Use `%search-term%` placeholder  |
| **Hide When Empty** | Hide element when no search term |

**Design Settings**

* Layout: Margin, padding, text alignment
* Typography with search term styling (font weight, color)

**Usage Example**

```
Format: "Searching for: %search-term%"

Output: "Searching for: javascript tutorials"
```
