Skip to content

Pushword/search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pushword Search

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

Packages

 
 
 

Contributors