# 텍스트 검색창

**텍스트 검색창 블록은 언제 사용하나요?**

* [목록 화면](/main/guide/dictionary/list.md)에서 검색창을 만들어 주고 싶을 때 사용해요.&#x20;

&#x20;**텍스트 검색창 블록의 특징은 무엇인가요?**

* 앱 설정 ➡︎ '검색 구성 항목' 폴더에 넣어서 사용해요.
* '검색 항목' 에서 어떤 조건으로 검색할지 조건을 입력해 주세요. (ex. title: 제목)

<figure><img src="/files/T1Ljy0ydY5sPqDzusTWQ" alt=""><figcaption></figcaption></figure>

> \#텍스트 검색창, #검색 구성 항목, #검색하기, #검색창 만들기, #검색창, #검색 블록, #검색 항목

2024.03.04 Jinny

## Text Search Box

Create a search bar.

**When do I use the text search box block?**

* This block is used when you want to create a search bar on a list page.

**What are the characteristics of text search blocks?**

* In app settings, this block needs to be put into the "search item configuration" folder.
* In block properties' "itemID", you can specify what you want to search for. For example, you can search for titles.

2023.07.27 Hwaran


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ohmyapp.io/main/guide/develop_app/4/block/search/text-search.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
