manifest / integrations / typesense-search
Typesense Search
A Typesense Search Plugin for WordPress and Municipio.
by Consid Borås AB · github.com/considbrs-webdev/typesense-search · website
★ 0stars
126composer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/considbrs-webdev/typesense-search/archive/refs/heads/main.zipAlso on Packagist as considbrs-webdev/typesense-search:
composer require considbrs-webdev/typesense-searchFrom the readme
Typesense Search
A WordPress plugin that integrates Typesense as the search back-end for WordPress sites running the Municipio theme. It keeps a Typesense collection in sync with your WordPress content in real-time and exposes a configurable front-end search UI.
- Author: Consid Borås AB
- License: MIT
- Requires: WordPress 5.6+, PHP 8.1+
Table of contents
1. What the plugin does
2. Requirements
3. Installation
4. Settings
- 4.1 PHP constants
- 4.2 Connection tab
- 4.3 Settings tab
- 4.4 Advanced settings tab
- 4.5 Pinned results page
- 4.6 Quick search tab
- 4.7 Statistics tab
- 4.8 Logging tab
- 4.9 Status tab
5. Per-post controls
6. WP-CLI commands
7. How indexing works
- 7.1 Architecture overview
- 7.2 Services layer
- 7.3 IndexingHooks
- 7.4 IndexingRegistry
- 7.5 IndexingStrategyInterface
- 7.6 IndexableDocument
- 7.7 Built-in strategies
- 7.8 DocumentBuilder and the filter chain
- 7.9 Enrichers
8. Extensibility
- 8.1 Add or transform fields via DocumentBuilder filters
- 8.2 Register a custom WordPress strategy
- 8.3 Index external content
- 8.4 Customise hit templates
9. WordPress hooks and filters referen
Read the full README on GitHub →