WLC Search Integration with Algolia connects your WordPress site to the Algolia search service. Configure which post types to index, define the schema and facets, and use the bundled blocks to build search pages and autocomplete experiences.
This plugin is developed by White Label Coders and is not affiliated with, endorsed, or sponsored by Algolia. Algolia is a registered trademark of Algolia SAS.
This plugin connects to the Algolia API (an external, third-party service) to index your content and serve search results. An Algolia account is required.
https://<application-id>.algolia.net / https://<application-id>-dsn.algolia.net (Algolia Search API).Human-readable source for the Gutenberg blocks lives in blocks/src/. Compiled assets under blocks/build/ are generated from that source with @wordpress/scripts.
To rebuild the block assets:
cd blocksnpm installnpm run buildThird-party PHP libraries are vendored under vendor/ via Composer (composer.json / composer.lock). Frontend search UI dependencies (Algolia InstantSearch / Autocomplete and related packages) are declared in blocks/package.json and bundled into the compiled block assets.