manifest / integrations / algolia-index
Algolia Index archived
Manages algolia index.
by Sebastian Thulin · github.com/helsingborg-stad/algolia-index · website
★ 0stars
15release downloads
19kcomposer installs
1forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/helsingborg-stad/algolia-index/releases/download/3.1.5/release.zipAlso on Packagist as helsingborg-stad/algolia-index:
composer require helsingborg-stad/algolia-indexFrom the readme
Algolia Index
Manages algolia index (with ms-support and mixed indexes). This is intended to be used by delvelopers. This plugin provide the following set of features:
- Replaces algolia search on the front-end with algolia.
- Index all public searchable posts on post update or creation.
- WpCLI jobs to bulk index all posts on the site.
- Support mixed indices (multiple wordpress sites in the same index).
- Large record splitting (content field).
- Implements "needs update" check before querying algolia, to save costly updates. The functionality is not implemented on split records.
Installation
1. Install with: "composer require helsingborg-stad/algolia-index"
2. Run composer install inside the plugin.
3. Add required definitions of constants.
3. Run wp-cli job "wp algolia-index build"
Constants
- define('ALGOLIAINDEXAPPLICATIONID', 'ALGOLIAAPPID'); - REQUIRED
- define('ALGOLIAINDEXAPIKEY', 'ALGOLIAAPIKEY'); - REQUIRED
- define('ALGOLIAINDEXINDEXNAME', 'INDEX'); - OPTIONAL
- define('ALGOLIAINDEXPUBLICAPIKEY', 'INDEX'); - OPTIONAL, Required by js searchpage addon
Filters
- AlgoliaIndex/ShouldIndex: Add more rules to the should index function (removal not po
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| 3.5.12 | Aug 19, 2026 | — | — |
| 3.5.10 | Jan 27, 2026 | — | — |
| 3.5.8 | Jan 13, 2026 | — | — |
| 3.5.6 | Dec 9, 2025 | — | — |
| 3.5.4 | Dec 9, 2025 | — | — |
| 3.5.2 | Nov 20, 2025 | — | — |
| 3.5.0 | Nov 17, 2025 | — | — |
| 3.4.0 | Nov 17, 2025 | — | — |
| 3.3.2 | Nov 17, 2025 | — | — |
| 3.3.1 | Nov 13, 2025 | — | — |
| 3.3.0 | Nov 13, 2025 | — | — |
| 3.2.4 | Sep 18, 2025 | — | — |
| 3.2.3 | Apr 14, 2025 | — | — |
| 3.2.2 | Mar 14, 2025 | — | — |
| 3.2.1 | Feb 10, 2025 | — | — |
| 3.2.0 | Jan 15, 2025 | — | — |
| 3.1.9 | Sep 24, 2024 | — | — |
| 3.1.8 | Sep 16, 2024 | — | — |
| 3.1.7 | Sep 10, 2024 | — | — |
| 3.1.6 | Sep 10, 2024 | — | — |
| 3.1.5 | May 23, 2024 | release.zip | 1 |
| 3.1.3 | May 23, 2024 | release.zip | 1 |
| 3.1.2 | May 21, 2024 | release.zip | 1 |
| 3.1.1 | May 21, 2024 | release.zip | 1 |
| 3.1.0 | May 17, 2024 | release.zip | 1 |