# 검색 시 특정 페이지만 한정하기

### 서치 필터 사용

* **딥서핑 노드 설정:**

  * 딥서핑 노드의 `additional parameter` 버튼을 클릭합니다. + 버튼을 클릭하여 값을 입력합니다.

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

  <figure><img src="/files/7AkDcNI2yD8bK8UbUMnv" alt=""><figcaption></figcaption></figure>

  * `Weaviate Search Filter`에 원하는 페이지 설정 값을 입력합니다.

  <figure><img src="/files/QMjyrOw05rfYvGugD5N2" alt=""><figcaption></figcaption></figure>
* 서치 필터 입력값

```json
{
    where:{
    operator:"Equal"
    path:["i_page"]
    valueNumber:22
    }
}
```


---

# 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://genos-docs.gitbook.io/default/v1.7.5/flowise-nodes/components/deepsearfing/search-filter.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.
