Algolia
Algolia supports Tibi search behavior through the Dekode Algolia integration and Tibi-specific query customization.
Last modified: July 10, 2026
Source
packages/wordpress/themes/tibi/inc/algolia.phppackages/wordpress/themes/tibi/inc/query.phppackages/wordpress/plugins/tibi-block-library/src/help-search/api.php
Tibi Customizations
- Removes unused descending title sorting.
- Adds proxy options to the Algolia HTTP client when WordPress proxy constants are enabled.
- Disables some default anti-spam filters for empty/too-short values at the Algolia layer.
- Prevents WordPress query override for empty searches and normalized searches shorter than 3 characters.
- Converts
help-categoryslugs to term names for Algolia filters.
QA
- Test global web search.
- Test Help autocomplete.
- Test Help result page with
help-category. - Confirm newly published content appears after indexing.
- Confirm unpublished/private content does not appear.
Troubleshooting
If search is stale, check whether indexing has completed before changing content. If category filtering is wrong, inspect the selected help-category term and the Algolia filter conversion.