> For the complete documentation index, see [llms.txt](https://gdb-ndcgov.gitbook.io/gdb-web/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gdb-ndcgov.gitbook.io/gdb-web/search.md).

# 全文檢索

## 功能說明

為提供各機關跨系統、跨年度、跨計畫及跨議題之整合性資料檢索，作為各機關使用者於政策規劃、決策支援、計畫執行、計畫研究等作業參考，本平臺提供全文檢索功能，使用者可進行跨部會、跨系統計畫與標案查詢功能，不需另行登入各作業系統即可查詢各系統之資料。

全文檢索功能進入方式可使用功能列中點選右側放大鏡後輸入關鍵字，或以首頁橫幅上輸入關鍵字後按下「GO」後進入全文檢索搜尋結果頁面。

<figure><img src="/files/HmiMMiueSTxRD1fXCBtB" alt=""><figcaption><p><strong>備註：輸入視窗無法禁止輸入特殊字元</strong></p></figcaption></figure>

## &#x20;搜尋結果-資料類型選單

依資料依來源與資料特性，將資料搜尋結果分為全部、計畫、標案、資料集、檔案等5種類型，使用者可依欲查找之資料類型點選對應類別。

1\.  全部：包含計畫、標案、資料集、檔案的資料

2\. 計畫(data)：計畫為行政院政府計畫管理資訊網(GPMnet)的單筆資料。

3\. 標案(data)：標案資料包含公共工程標案管理系統、一般性補助款基本設施補助計畫等2個系統的單筆資料。

4\. 資料集(dataset)：資料集包含所有本平臺(GDB)開發的資料集。

5\. 檔案(file)：檔案包含行政院政府計畫管理資訊網(GPMnet)的個案計畫登錄與總結評估檔案。

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

## &#x20;搜尋結果-進階搜尋選單

進階搜尋選單於畫面左側並同時顯示篩選條件中符合之數量，使用者可根據需求篩選條件，此篩選條件係依據右側分類頁籤不同進而呈現不同篩選條件不同類型所提供之進階篩選條件如下所示

| 類型  | 篩選項目             |
| --- | ---------------- |
| 全部  | 搜尋類型、來源系統、來源單位   |
| 計畫  | 年度、來源系統、子系統、來源單位 |
| 標案  | 年度、來源系統、來源單位     |
| 資料集 | 資料集類型、來源系統、來源單位  |
| 檔案  | 檔案類型、來源系統、來源單位   |

## 搜尋結果-資料詳細資訊

依資料類型呈現詳細資訊頁面，說明如下。

1. 計畫、標案類型：搜尋結果顯示計畫、標案摘要，當使用者點選指定項目後將另開視窗顯示詳細資訊，並依資料特性以不同主題頁籤呈現。

2. 資料集類型：搜尋結果顯示資料集簡述，當使用者點選指定項目後將另開視窗至顯示資料集詳細說明。

3. 檔案類型：搜尋結果顯示檔案內容簡述，當使用者點選指定項目後將直接下載檔案。

## 檢索例外情況&#x20;

若使用者輸入條件後，系統無法找到對應之搜尋結果，建議進行以下操作。

* 檢查有無錯別字
* 於上方搜尋框輸入其他關鍵字
* 以較籠統方式搜尋關鍵字
* (減少資料搜尋條件)


---

# 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://gdb-ndcgov.gitbook.io/gdb-web/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.
