vasyltech/flarum-algolia-search

Replace the default Flarum search with Algolia search

1.0.0-alpha.2 2019-07-16 01:47 UTC

This package is not auto-updated.

Last update: 2024-04-17 01:02:24 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.