pushword/search

Optional SQLite-native full-text search for Pushword CMS, powered by Loupe (zero infra).

Maintainers

Package info

github.com/Pushword/search

Homepage

Type:symfony-bundle

pkg:composer/pushword/search

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0-rc618 2026-05-25 07:36 UTC

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.