# 12. 全文檢索

- [12.1. 簡介](https://docs.postgresql.tw/14/the-sql-language/12.-quan-wen-jian-suo/12.1.-jian-jie.md)
- [12.2. 查詢與索引](https://docs.postgresql.tw/14/the-sql-language/12.-quan-wen-jian-suo/12.2.-cha-xun-yu-suo-yin.md)
- [12.3. 細部控制](https://docs.postgresql.tw/14/the-sql-language/12.-quan-wen-jian-suo/12.3.-xi-bu-kong-zhi.md)
- [12.4. 延伸功能](https://docs.postgresql.tw/14/the-sql-language/12.-quan-wen-jian-suo/12.4.-yan-shen-gong-neng.md)
- [12.5. 斷詞](https://docs.postgresql.tw/14/the-sql-language/12.-quan-wen-jian-suo/12.5.-duan-ci.md)
- [12.6. 字典](https://docs.postgresql.tw/14/the-sql-language/12.-quan-wen-jian-suo/12.6.-zi-dian.md)
- [12.7. 組態範例](https://docs.postgresql.tw/14/the-sql-language/12.-quan-wen-jian-suo/12.7.-zu-tai-fan-li.md)
- [12.8. 測試與除錯](https://docs.postgresql.tw/14/the-sql-language/12.-quan-wen-jian-suo/12.8.-ce-shi-yu-chu-cuo.md)
- [12.9. GIN 及 GiST 索引型別](https://docs.postgresql.tw/14/the-sql-language/12.-quan-wen-jian-suo/12.9.-gin-ji-gist-suo-yin-xing-bie.md)
- [12.10. psql支援](https://docs.postgresql.tw/14/the-sql-language/12.-quan-wen-jian-suo/12.10.-psql-zhi-yuan.md)
- [12.11. 功能限制](https://docs.postgresql.tw/14/the-sql-language/12.-quan-wen-jian-suo/12.11.-gong-neng-xian-zhi.md)


---

# 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://docs.postgresql.tw/14/the-sql-language/12.-quan-wen-jian-suo.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.
