vasyltech / flarum-algolia-search
Replace the default Flarum search with Algolia search
Package info
github.com/VasylTech/flarum-algolia-search
Type:flarum-extension
pkg:composer/vasyltech/flarum-algolia-search
1.0.0-alpha.2
2019-07-16 01:47 UTC
Requires
- algolia/algoliasearch-client-php: >=2.2.3
- flarum/core: ^0.1.0
This package is not auto-updated.
Last update: 2026-04-15 10:21:50 UTC
README
Replaces the default Flarum forum search with Algolia search
What is included
- Backend settings modal to setup application id, search api key, admin api key and Algolia index;
- Backend permissions setting;
- Frontend search box is replaced with Algolia search source. Visually there is no difference
- Frontend post indexing/unindexing. Each post has to be indexed manually to avoid bunch of useless posts in the index (e.g. "Thank you ...", "It works/does not work ..." etc). This way you control what exactly should be indexed to keep your search results ever-green.
Installation
Current just checkout the source and follow the Flarum Documentation. When I'll find that more people are interested in this functionality I'll make easier to install.