pushword/search
最新稳定版本:1.0.0-rc655
Composer 安装命令:
composer require pushword/search
包简介
Optional SQLite-native full-text search for Pushword CMS, powered by Loupe (zero infra).
README 文档
README
Optional SQLite-native full-text search for Pushword, powered by Loupe — typo tolerance, stemming and ranking with zero infrastructure.
Features
- Full-text search: typo tolerance, stemming, ranking — no Elasticsearch, no daemon.
- One index per host, built from published pages.
- Incremental reindex on save/delete, plus on-demand/cron
pw:search:index. - Portable SQLite index that ships with the static build.
Installation
composer require pushword/search
php bin/console pw:search:index # build one index per host
Then browse to /search?q=… (dynamic) or ship the generated index with pw:static (static).
Documentation
See pushword.piedweb.com/extension/search.
The Pushword ecosystem
Pushword is a modular CMS — one Symfony bundle for the core and one bundle per feature. Pick only what you need:
Core
- pushword/core — Symfony-based CMS core: Page, Media & User entities, Markdown + Twig rendering.
Editing & admin
- pushword/admin — EasyAdmin interface to manage pages, media and users.
- pushword/admin-block-editor — Gutenberg-like block editor (stores Markdown).
- pushword/advanced-main-image — Hero images & main-image format control.
- pushword/template-editor — Edit Twig templates online.
- pushword/snippet — Reusable content fragments & components.
Content & workflow
- pushword/flat — Flat-file (Markdown + Git) CMS mode.
- pushword/version — Page & snippet versioning.
- pushword/page-update-notifier — Email alerts on content changes.
- pushword/conversation — Comments, contact & newsletter forms.
Publishing & performance
- pushword/static-generator — Export a static website (GitHub Pages, Apache, FrankenPHP).
- pushword/search — SQLite full-text search (Loupe), zero infra. (this package)
- pushword/page-scanner — Find dead links, 404s, redirects & TODOs.
- pushword/api — Token-authenticated REST API.
Tooling
- pushword/installer — Project & package installer.
- pushword/js-helper — Front-end JavaScript helpers.
Full list and guides on pushword.piedweb.com/extensions.
Contributing
If you're interested in contributing to Pushword, please read our contributing docs before submitting a pull request.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-05-25