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-rc649 2026-06-02 10:42 UTC

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

Content & workflow

Publishing & performance

Tooling

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.

PHP Packages Open Source