# 키 검색

## UI 소개

{% tabs %}
{% tab title="데이터플로우" %}

<figure><img src="https://1362923181-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5PH5ktGI0BWG6g9fvtcn%2Fuploads%2FBN39xeTT5Qe0vKCEdjZL%2FScreenshot%200007-01-28%20at%205.55.35%E2%80%AFPM.png?alt=media&#x26;token=5ece9ec5-7e9b-475d-a7db-5ffbb787ebeb" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

<table><thead><tr><th width="173" align="center">항목명</th><th width="288" align="center">항목소개</th><th align="center">비고</th></tr></thead><tbody><tr><td align="center">키워드</td><td align="center">조회할 키값의 키워드</td><td align="center">와일드카드 혼용 사용 가능<br>예) *car : car로 시작하는 키값 모두를 조회</td></tr></tbody></table>

## 실행 결과

키값은 문자열 형태의 배열로 조회됩니다&#x20;

```
// example) car로 시작하는 키값 모두를 조회할 경우 
// keyword - *car 
["cartools", "carmaintain"] // 반환 예시 
```
