內容簡介
WLC Search Integration with Algolia 外掛可將您的 WordPress 網站連接至 Algolia 搜尋服務,讓您能夠自訂索引的文章類型、定義結構與面向,並利用內建區塊建立搜尋頁面及自動完成體驗。
【主要功能】
• 連接 Algolia 搜尋服務
• 自訂索引的文章類型
• 定義搜尋結構與面向
• 使用內建區塊建立搜尋頁面
• 支援自動完成搜尋體驗
外掛標籤
開發者團隊
② 後台搜尋「WLC Search Integration with Algolia」→ 直接安裝(推薦)
原文外掛簡介
WLC Search Integration with Algolia connects your WordPress site to the Algolia search service. Configure which post types to index, define the schema and facets, and use the bundled blocks to build search pages and autocomplete experiences.
This plugin is developed by White Label Coders and is not affiliated with, endorsed, or sponsored by Algolia. Algolia is a registered trademark of Algolia SAS.
External service
This plugin connects to the Algolia API (an external, third-party service) to index your content and serve search results. An Algolia account is required.
Data sent: content of the post types you choose to index (titles, excerpts, selected fields) is sent to Algolia’s servers when you run or schedule indexing. Search queries typed by visitors are sent to Algolia to retrieve results.
Endpoints used: https://
Service provider: Algolia SAS — Terms of Service, Privacy Policy.
Source code
Human-readable source for the Gutenberg blocks lives in blocks/src/. Compiled assets under blocks/build/ are generated from that source with @wordpress/scripts.
To rebuild the block assets:
cd blocks
npm install
npm run build
Third-party PHP libraries are vendored under vendor/ via Composer (composer.json / composer.lock). Frontend search UI dependencies (Algolia InstantSearch / Autocomplete and related packages) are declared in blocks/package.json and bundled into the compiled block assets.
