---
title: "AutocompleteSearchQuery"
slug: "common-vapidatatype-csautocompletesearchquery"
updated: 2026-04-23T08:54:47Z
published: 2026-04-23T09:01:54Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AutocompleteSearchQuery

Classic/VPC 환경에서 이용 가능합니다.

자동 완성 검색 질의입니다.

## 구문

구문은 다음과 같습니다.

```
private String type;
private String query;
```

## 필드

필드에 대한 설명은 다음과 같습니다.

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `type` | String | Required | 검색하고자 하는 타입 - `term` \| `section` - `term`: 색인의 자동 완성 검색 - `section`: 섹션의 자동 완성 검색 |
| `query` | String | Required | 검색어 |
