> For the complete documentation index, see [llms.txt](https://docs.ohmyapp.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ohmyapp.io/main/guide/develop_app/4/block/search/category-search.md).

# 단일 카테고리 검색창

**단일 카테고리 검색창 블록은 언제 사용하나요?**

* [목록 화면](/main/guide/dictionary/list.md)에서 카테고리로 검색하고 싶을 때 사용해요.&#x20;

**단일 카테고리 검색창 블록의 특징은 무엇인가요?**

* 검색을 원하는 카테고리 항목을 하나만 선택할 수 있어요.&#x20;
* 앱 설정 ➡︎ '검색 구성 항목' 폴더에 넣어서 사용해요.
* '[옵션 설정](/main/class/puppy-app/3.md)'에서 만든 카테고리를 '단일 카테고리 검색창 블록'의 옵션에서 불러올 수 있어요.&#x20;

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

> \#카테고리 검색창, #단일카테고리 #카테고리 만들기, #검색 구성 항목, #카테고리, #검색창, #검색 블록,#선택

2024.03.04 Jinny

## Category Search Bar

Retrieve the categories created in 'option settings'.

**When do I use the category search bar block?**

* This block is used when you want to create categories on the list page and search through posts by category.

**What are the characteristics of category search bar blocks?**

* In app settings, this block needs to be put into the "search item configuration" folder.
* Import the categories you created in "option settings" in "block properties" of the category search bar block.

2023.07.27 Hwaran


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
