Table of Contents
Search Plugin
The Search Plugin generates a client-side search index.
How it works
- It collects titles, URLs, and plain-text content from all pages.
- It strips HTML tags and normalizes whitespace.
- After the build, it saves everything into
search.jsonin the output root.
Configuration
Enable in fluid.cfg:
[plugins]
enabled=..., search
Integration
Your theme's JavaScript can fetch the search.json file to provide real-time search results without a backend.