# 키워드 검색 설정하기

조회 레코드를 검색할 때 검색할 키워드의 대상 필드값을 설정합니다. 기본적으로 **이름 필드**가 검색 대상으로 지정되며, 일치 조건은 **포함(Contains)**&#xC785;니다.

### 예시

키워드 검색 필드는 **가격 목록 항목(**`PricebookEntry`**)** 개체의 **제품 이름(**`Name`**)** 필드로 설정되어 있습니다. 검색 조건은 **포함(Contains)**&#xC774;며, 입력한 검색 키워드가 제품 이름 필드 값에 포함된 경우 조회됩니다.

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

편집기에서 조회 선택기 화면에 ‘Gen’을 입력하면, 제품 이름에 ‘Gen’이 포함된 항목만 검색되는 것을 확인할 수 있습니다.

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


---

# 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://help.smallbuilder.com/ko/smallbuilder-line-items/builder/builder-setup-steps/relate-objects/lookup-object/keyword-setting.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.
