pushword / search
Optional SQLite-native full-text search for Pushword CMS, powered by Loupe (zero infra).
1.0.0-rc618
2026-05-25 07:36 UTC
Requires
- loupe/loupe: ^0.13
- pushword/core: *
This package is auto-updated.
Last update: 2026-05-25 10:50:19 UTC
README
Optional SQLite-native full-text search for Pushword, powered by Loupe. Typo tolerance, stemming and ranking with zero infrastructure — no Elasticsearch, no daemon — and an index that ships with the static build.
composer require pushword/search
php bin/console pw:search:index # build one index per host
Then browse to /search?q=… (dynamic sites) or ship the generated search.json /
Loupe index with pw:static (static sites).
See the documentation.