CelerSearch
CelerSearch
Description
CelerSearch supercharges your WordPress search by integrating with MeiliSearch, providing instant, typo-tolerant search results that your users will love.
Search Features
- Lightning Fast – Search results in milliseconds powered by MeiliSearch
- Typo Tolerant – Find results even with spelling mistakes
- Search Highlighting – Matching terms highlighted in results
- Autocomplete – Instant search suggestions as users type
- Taxonomy Filtering – Filter by categories, tags, and custom taxonomies
- Fallback Support – Falls back to native WordPress search if needed
Index Types
- Posts Index – Index any post type (posts, pages, custom post types)
- Products Index – Full WooCommerce product support including variations
- Orders Index – Search WooCommerce orders by customer, email, or order details
Sync & Indexing
- Real-time Sync – Content changes automatically synced to search index
- Batch Indexing – Configurable batch size for large sites
- Meta Watching – Re-index when specific meta fields change
- Manual Rebuild – One-click index rebuild from admin
Search Areas
- Frontend Search – Replace main site search
- Admin Search – Enhance posts/products list search in wp-admin
- REST API Search – Power headless/decoupled WordPress setups
Developer Friendly
- 40+ Filter Hooks – Customize every aspect of indexing and search
- Configurable Attributes – Control searchable, filterable, and sortable fields
- Custom Index Types – Extend with your own index implementations
- Modern Admin UI – Built with Vue 3 and Tailwind CSS
Documentation
Full documentation available at docs.celersearch.com
Requirements
- WordPress 6.0 or higher
- PHP 8.1 or higher
- A MeiliSearch server (self-hosted or managed)
Getting Started
- Install and activate the plugin
- Go to CelerSearch > Services and add your MeiliSearch server
- Create an index under CelerSearch > Indices
- Configure search areas in CelerSearch > Settings
- Rebuild your index and start searching!
Installation
- Upload the
celersearchfolder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Configure your MeiliSearch service under CelerSearch > Services
- Create indices and configure search areas
Screenshots
Faq
Yes, CelerSearch requires a MeiliSearch server. You can self-host it or use a managed hosting provider.
Yes! CelerSearch includes a dedicated Products index type that works seamlessly with WooCommerce.
No. CelerSearch offloads search queries to your MeiliSearch server, which typically responds in under 50ms.
If configured, CelerSearch can fall back to native WordPress search to ensure your site always has working search functionality.
CelerSearch automatically splits long post content into smaller chunks so the entire content is searchable. Meilisearch deduplicates results so each post appears only once. To disable splitting, add this to your wp-config.php:
define( 'CELERSEARCH_SPLIT_POSTS', false );
You can also customize the chunk size (default 2000 characters):
define( 'CELERSEARCH_CONTENT_MAX_SIZE', 3000 );
After changing these settings, rebuild your indices from CelerSearch > Indices.
You can replace the default WordPress search results page with a fully customized CelerSearch-powered page in three steps:
- Create a View – Go to CelerSearch > Views and create a new View. Select the index you want to search, configure the search behavior, display options, and filters to your liking.
- Create a Page – Create a new WordPress page (e.g., “Search”) and embed the View using the CelerSearch block (in the block editor) or the
[celersearch]shortcode. - Configure the Search Area – Go to CelerSearch > Settings > Search Areas. Add or edit the “WordPress Public Search” area, enable “Replace Search Results Page”, and select the page you created in step 2. Once enabled, all default WordPress search requests will redirect to your custom search page.
Reviews
The only working plugin with MeiliSearch and it's great !
By winniezz on February 19, 2026
Clean UI, plugin works fine, great reactive support !
Thank you.
Changelog
1.2.3
- Respect initial_display setting when search input is cleared in Views
1.2.2
- Add sorting option in Views and Search areas
1.2.1
- Fix post splitting / deduplication
1.2.0
- Add on-demand service health checks from Services page
- Add index document count stats on Indices page
- Fix deleting an index now also removes it from the remote search engine
- Improve service creation form and status display
1.1.3
- Minor bug fix related to product indexing
1.1.2
- Improve bundling process
- Add option “Replace Search Results Page” with selected page that embeds View via Block or shortcode in Search area settings for “WordPress Public Search” type
- Add filter celersearch_view_search_hit for adding additional data to the hits response
- Improve UI in view form
1.1.1
- Improve build process
- Fix admin page icon
1.1.0
- Add WooCommerce integration
- Add Views
- Improved code quality
- Improved UI/UX
1.0.4
- Add celersearch as committer
- Add Confirmation for reindex operation
- Fix WooCoomerce order index thumbnail
- Fix Autocomplete dialog result display HTML escaped strings
1.0.3
- Add WooCommerce Orders index
- Improved code quality
1.0.2
- Improved code quality
1.0.1
- Fixed minor bugs
1.0.0
- Initial release




